Click or drag to resize

UserDictionaryRead Method

Is called to read this entity.

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

Parameters

archive
Type: Rhino.FileIOBinaryArchiveReader
An archive.

Return Value

Type: Boolean
Always returns true.
See Also