Share via


KeyframedAnimationSet.GetCallbackKey(Int32) Method (Microsoft.DirectX.Direct3D)

Retrieves information about a specific callback in the animation set.

Definition

Visual Basic Public Function GetCallbackKey( _
    ByVal index As Integer _
) As KeyCallback
C# public KeyCallback GetCallbackKey(
    int index
);
C++ public:
KeyCallback GetCallbackKey(
    int index
);
JScript public function GetCallbackKey(
    index : int
) : KeyCallback;

Parameters

index System.Int32
An integer that represents the animation index.

Return Value

Microsoft.DirectX.Direct3D.KeyCallback
A KeyCallback object that describes the animation's callback key.

Remarks

Exceptions

InvalidCallException

The method call is invalid. For example, a method's parameter might contain an invalid value.