GH_ChunkCreateChunk Method |
Name | Description | |
---|---|---|
CreateChunk(String) |
Create a new child chunk with the specified name and without an index qualifier.
If another chunk already exists with similar properties, an exception will be thrown.
| |
CreateChunk(String, Int32) |
Create a new child chunk with the specified name and index qualifier.
If another chunk already exists with similar properties, an exception will be thrown.
|