Click or drag to resize

UserDataWrite Method

Writes the content of this data to a stream archive.

Namespace:  Rhino.DocObjects.Custom
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
protected virtual bool Write(
	BinaryArchiveWriter archive
)

Parameters

archive
Type: Rhino.FileIOBinaryArchiveWriter
An archive.

Return Value

Type: Boolean
true if the data was successfully written. The default implementation always returns false.
See Also