Read all required data for deserialization from an IO archive.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax 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.
See Also