AnimationSet.NumberAnimations Property (Microsoft.DirectX.Direct3D)
Retrieves a value that indicates the number of animations in the animation set.
Definition
Visual Basic Public ReadOnly Property NumberAnimations As Integer C# public int NumberAnimations { get; } C++ public:
property int NumberAnimations {
int get();
}JScript public function get NumberAnimations() : int
Property Value
System.Int32
Number of animations in the set.This property is read-only.
Applies To