GH_Chunk Constructor (GH_Archive) | 
 
            Constructor. You typically do not need to create your own Chunks. The GH_Archive class 
            will create top-level chunks and existing chunks can create child chunks.
            
 
    Namespace: 
   GH_IO.Serialization
    Assembly:
   GH_IO (in GH_IO.dll)
Syntaxprotected GH_Chunk(
	GH_Archive chunk_archive
)
Protected Sub New ( 
	chunk_archive As GH_Archive
)
Parameters
- chunk_archive
 - Type: GH_IO.SerializationGH_Archive
Owner archive. 
See Also