Click or drag to resize

GH_InstanceDescriptionReadFull Method

GH_InstanceDescription does not by default serialize all fields. Use this function to read all fields from the archive. This method is compatible with the default Write()/Read() operations.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public virtual bool ReadFull(
	GH_IReader reader
)

Parameters

reader
Type: GH_IO.SerializationGH_IReader
Writer for deserialization.

Return Value

Type: Boolean
True on success, false on failure.
See Also