RhinoCommon API
SnapShotsClientAnimationStart Method |
Called once at the start of an animation.
Namespace: Rhino.DocObjects.SnapShots
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 6.0

public abstract void AnimationStart( RhinoDoc doc, int iFrames )
Public MustOverride Sub AnimationStart ( doc As RhinoDoc, iFrames As Integer )
Parameters
- doc
- Type: RhinoRhinoDoc
doc is the current document. - iFrames
- Type: SystemInt32
iFrames is the number of frames to be animated.
