Microsoft DirectX 9.0 SDK Update (October 2004)

AnimationController.UnkeyAllTrackEvents Method

Language:

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

Removes all events from a specified animation track.

Definition

Visual Basic .NET Public Sub UnkeyAllTrackEvents( _
    ByVal track As Integer _
)
C# public void UnkeyAllTrackEvents(
    int track
);
Managed C++ public: void UnkeyAllTrackEvents(
    int track
);
JScript .NET public function UnkeyAllTrackEvents(
    track : int
);

Parameters

track System.Int32. Identifier of the track from which to remove events.

Remarks

This method prevents the execution of all events previously scheduled on the track, and discards all data associated with those events.

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.
For more help, visit the DirectX Developer Center