Microsoft DirectX 9.0 SDK Update (October 2004)

KeyframedAnimationSet.GetNumberTranslationKeys Method

Language:

Note: This documentation is preliminary and is subject to change.

Retrieves the number of translation keys in the specified keyframe animation.

Definition

Visual Basic .NET Public Function GetNumberTranslationKeys( _
    ByVal animation As Integer _
) As Integer
C# public int GetNumberTranslationKeys(
    int animation
);
Managed C++ public: int GetNumberTranslationKeys(
    int animation
);
JScript .NET public function GetNumberTranslationKeys(
    animation : int
) : int;

Parameters

animation System.Int32. Animation index.

Return Value

System.Int32 . Number of translation keys in the specified keyframe animation.


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center