Click or drag to resize

SnapShotsClientSaveDocument Method

Called when the user saves a snapshot and SupportDocument() returns true.

Namespace:  Rhino.DocObjects.SnapShots
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public abstract bool SaveDocument(
	RhinoDoc doc,
	BinaryArchiveWriter archive
)

Parameters

doc
Type: RhinoRhinoDoc
doc is the current document
archive
Type: Rhino.FileIOBinaryArchiveWriter
archive is the archive to write the data to

Return Value

Type: Boolean
true if successful, otherwise false
See Also