Click or drag to resize

GH_DocumentWrite Method (GH_IWriter)

Standard archiving function. Will serialize the entire document.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public bool Write(
	GH_IWriter writer
)

Parameters

writer
Type: GH_IO.SerializationGH_IWriter

Return Value

Type: Boolean

Implements

GH_ISerializableWrite(GH_IWriter)
See Also