AnimationSet.Name Property (Microsoft.DirectX.Direct3D)
Retrieves the name of an animation set.
Definition
Visual Basic Public ReadOnly Property Name As String C# public string Name { get; } C++ public:
property String^ Name {
String^ get();
}JScript public function get Name() : String
Property Value
System.String
Animation set name.This property is read-only.
Applies To