KeyframedAnimationSet.UnregisterAnimation Method

Language:

Note: This documentation is preliminary and is subject to change.

Removes the animation data from the animation set.

Definition

Visual Basic .NET Public Sub UnregisterAnimation( _
    ByVal index As Integer _
)
C# public void UnregisterAnimation(
    int index
);
Managed C++ public: void UnregisterAnimation(
    int index
);
JScript .NET 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.


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

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