Share via


AnimationController.UnkeyAllTrackEvents(Int32) Method (Microsoft.DirectX.Direct3D)

Removes all events from a specified animation track.

Definition

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