KeyframedAnimationSet.UnregisterAnimation Method

Language:

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.


Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.