Grasshopper API
GH_StructureTWrite Method |
Write the entire GH_Structure to an archive.
This method relies on the the serialization of the IGH_Goo items it contains.
Namespace: Grasshopper.Kernel.Data
Assembly: Grasshopper (in Grasshopper.dll)
Parameters
- writer
- Type: GH_IO.SerializationGH_IWriter
Archive to write to.
Return Value
Type: BooleanTrue on success, false on failure.