GH_Chunk Constructor (GH_Archive, String) | 
 
            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,
	string chunk_name
)
Protected Sub New ( 
	chunk_archive As GH_Archive,
	chunk_name As String
)
Parameters
- chunk_archive
 - Type: GH_IO.SerializationGH_Archive
Owner archive. - chunk_name
 - Type: SystemString
Name of this chunk. 
See Also