Write all required data for deserialization to an IO archive.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public override bool Write(
GH_IWriter writer
)
Public Overrides Function Write (
writer As GH_IWriter
) As Boolean
Parameters
- writer
- Type: GH_IO.SerializationGH_IWriter
Object to write with.
Return Value
Type:
BooleanTrue on success, false on failure.
See Also