Click or drag to resize

GH_LooseChunk Constructor (String)

Create a new loose chunk. A loose chunk does not have an owner archive and thus cannot store runtime messages.

Namespace:  GH_IO.Serialization
Assembly:  GH_IO (in GH_IO.dll)
Syntax
public GH_LooseChunk(
	string chunk_name
)

Parameters

chunk_name
Type: SystemString
Name of this chunk.
See Also