GH_IReaderFindChunk Method (String) | 
 
            Finds the first chunk in the litter that matches the given name. 
            Only chunks without index qualifiers are considered.
            
 
    Namespace: 
   GH_IO.Serialization
    Assembly:
   GH_IO (in GH_IO.dll)
SyntaxGH_IReader FindChunk(
	string name
)
Function FindChunk ( 
	name As String
) As GH_IReader
Parameters
- name
 - Type: SystemString
Name of chunk to search for. 
Return Value
Type: 
GH_IReaderThe child chunk that matches the given name, 
            or null of no matching chunk could be found.
See Also