Click or drag to resize

GH_ItemCreateFrom Method (BinaryReader)

Creates a new instance of GH_Item and sets the fields from a reader object.

Namespace:  GH_IO.Types
Assembly:  GH_IO (in GH_IO.dll)
Syntax
public static GH_Item CreateFrom(
	BinaryReader reader
)

Parameters

reader
Type: System.IOBinaryReader
Reader object that defines the field data.

Return Value

Type: GH_Item
The constructed and read item.
See Also