SkinInformation.GetBoneName Method

Language:

Retrieves the bone name from the bone index.

Definition

Visual Basic Public Function GetBoneName( _
    ByVal bone As Integer _
) As String
C# public string GetBoneName(
    int bone
);
C++ public:
StringGetBoneName(
    int bone
);
JScript 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


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