Click or drag to resize

GH_ComponentRead Method

Read all required data for deserialization from an IO archive.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public override bool Read(
	GH_IReader reader
)

Parameters

reader
Type: GH_IO.SerializationGH_IReader
Object to read with.

Return Value

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