Click or drag to resize

SnapShotsClientPrepareForDocumentAnimation Method

Called once at the start of an animation.

Namespace:  Rhino.DocObjects.SnapShots
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public abstract bool PrepareForDocumentAnimation(
	RhinoDoc doc,
	BinaryArchiveReader archive_start,
	BinaryArchiveReader archive_stop
)

Parameters

doc
Type: RhinoRhinoDoc
doc is the current document.
archive_start
Type: Rhino.FileIOBinaryArchiveReader
archive_start is a archive to the data of the starting position.
archive_stop
Type: Rhino.FileIOBinaryArchiveReader
archive_stop is a archive to the data of the ending position.

Return Value

Type: Boolean
true if successful, otherwise
See Also