Grasshopper API
GH_LooseChunk Constructor (String, Int32) |
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)

public GH_LooseChunk( string chunk_name, int chunk_index )
Public Sub New ( chunk_name As String, chunk_index As Integer )
Parameters
- chunk_name
- Type: SystemString
Name of this chunk. - chunk_index
- Type: SystemInt32
Index of this chunk, negative one for no index.
