AnimationController.UnkeyEvent Method

Language:

Removes a specified event from an animation track, preventing the event from being run.

Definition

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

Parameters

eventHandle System.Int32
Event handle to the event to remove.

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