KeyframedAnimationSet.NumberCallbackKeys Property (Microsoft.DirectX.Direct3D)
Retrieves the number of callback keys in an animation set.
Definition
Visual Basic Public ReadOnly Property NumberCallbackKeys As Integer C# public int NumberCallbackKeys { get; } C++ public:
property int NumberCallbackKeys {
int get();
}JScript public function get NumberCallbackKeys() : int
Property Value
System.Int32
Number of callback keys in the animation set.This property is read-only.