Share via


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

Removes the animation data from the animation set.

Definition

Visual Basic Public Sub UnregisterAnimation( _
    ByVal index As Integer _
)
C# public void UnregisterAnimation(
    int index
);
C++ public:
void UnregisterAnimation(
    int index
);
JScript public function UnregisterAnimation(
    index : int
);

Parameters

index System.Int32
An integer that represents the index of the animation data to be removed.

Remarks

Exceptions

InvalidCallException

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