KeyframedAnimationSet.GetNumberTranslationKeys Method

Language:

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

Definition

Visual Basic Public Function GetNumberTranslationKeys( _
    ByVal animation As Integer _
) As Integer
C# public int GetNumberTranslationKeys(
    int animation
);
C++ public:
int GetNumberTranslationKeys(
    int animation
);
JScript 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.


Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

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