SkinInformation.GetNumBoneInfluences(Int32) Method (Microsoft.DirectX.Direct3D)

Retrieves the number of influences for a bone.

Definition

Visual Basic Public Function GetNumBoneInfluences( _
    ByVal bone As Integer _
) As Integer
C# public int GetNumBoneInfluences(
    int bone
);
C++ public:
int GetNumBoneInfluences(
    int bone
);
JScript public function GetNumBoneInfluences(
    bone : int
) : int;

Parameters

bone System.Int32
Value that represents the bone number for which to retrieve the number of influences.

Return Value

System.Int32
Value that contains the number of influences for the bone.