Solid Edge Framework Type Library
AnimationEvent Method
Description
Occurs when an animation event occurs.
Syntax
Visual Basic
Public Sub AnimationEvent( _
   ByVal AnimationEventType As AnimationEventConstants, _
   ByVal nFrame As Integer _
) 
Parameters
AnimationEventType
ValueDescription
AfterDragComponentFrameUpdateAfter a drag component frame updates
AfterTimelineFrameUpdateAfter an animation timeline frame updates
BeforeDragComponentFrameUpdateBefore a drag component frame updates
BeforeTimelineFrameUpdateBefore an animation timeline frame updates
nFrame
See Also

DISEAnimationEvents Object  | DISEAnimationEvents Members