Grasshopper API
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)

public virtual bool ReadFull( GH_IReader reader )
Public Overridable Function ReadFull ( reader As GH_IReader ) As Boolean
Parameters
- reader
- Type: GH_IO.SerializationGH_IReader
Writer for deserialization.
Return Value
Type: BooleanTrue on success, false on failure.
