AnimationController.GetEventDescription Method |
Language: |
Retrieves a description of a specified animation event.
Visual Basic Public Function GetEventDescription( _
ByVal eventHandle As Integer _
) As EventDescriptionC# public EventDescription GetEventDescription(
int eventHandle
);C++ public:
EventDescription GetEventDescription(
int eventHandle
);JScript public function GetEventDescription(
eventHandle : int
) : EventDescription;
eventHandle System.Int32
Event handle to the animation event to describe.
Microsoft.DirectX.Direct3D.EventDescription
An EventDescription structure that contains a description of the animation event.
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