Microsoft DirectX 9.0 SDK Update (October 2004)

SkinInformation.GetBoneName Method

Language:

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

Retrieves the bone name from the bone index.

Definition

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

Parameters

bone System.Int32. Value that represents the bone number of the bone name to retrieve.

Return Value

System.String . String that contains the bone name.

See Also


© 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