Grasshopper API
GH_ComponentRead Method |
Read all required data for deserialization from an IO archive.
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)

public override bool Read( GH_IReader reader )
Public Overrides Function Read ( reader As GH_IReader ) As Boolean
Parameters
- reader
- Type: GH_IO.SerializationGH_IReader
Object to read with.
Return Value
Type: BooleanTrue on success, false on failure.
