Click or drag to resize

GH_ComponentWrite Method

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
)

Parameters

writer
Type: GH_IO.SerializationGH_IWriter
Object to write with.

Return Value

Type: Boolean
True on success, false on failure.
See Also