GH_Path.Write Method

GH_PathWrite Method

Write this path to an archive.

Namespace:  Grasshopper.Kernel.Data
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public bool Write(
	GH_IWriter writer
)
Public Function Write ( 
	writer As GH_IWriter
) As Boolean

Parameters

writer
Type: GH_IO.SerializationGH_IWriter
Object to write with.

Return Value

Type: Boolean
True on success, false on failure.

Implements

GH_ISerializableWrite(GH_IWriter)
See Also