AnimationController.UnkeyEvent(Int32) Method (Microsoft.DirectX.Direct3D)
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
The method call is invalid. For example, a method's parameter might contain an invalid value.