Microsoft DirectX 9.0 SDK Update (October 2004)

AnimationSet.GetAnimationName Method

Language:

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

Retrieves the name of an animation, given its index.

Definition

Visual Basic .NET Public Function GetAnimationName( _
    ByVal index As Integer _
) As String
C# public string GetAnimationName(
    int index
);
Managed C++ public: String* GetAnimationName(
    int index
);
JScript .NET public function GetAnimationName(
    index : int
) : String;

Parameters

index System.Int32. Animation index.

Return Value

System.String . Returns a string that contains the animation name; otherwise, throws a Direct3DXException.

Applies To

CompressedAnimationSet, KeyframedAnimationSet

© 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