Solid Edge Framework Type Library
AnimationEvent Method
Description
Occurs when an animation event occurs.
Syntax
Visual Basic
Public Function AnimationEvent( _
   ByVal AnimationEventType As AnimationEventConstants, _
   ByVal nFrame As Integer _
) As HResult
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

ISEAnimationEvents Object  | ISEAnimationEvents Members