Click or drag to resize

UserDictionaryWrite Method

Is called to write this entity.

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

Parameters

archive
Type: Rhino.FileIOBinaryArchiveWriter
An archive.

Return Value

Type: Boolean
Always returns true.
See Also