GH_ChunkFindChunk 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)
Syntax public GH_IReader FindChunk(
string name
)
Public 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.
Implements
GH_IReaderFindChunk(String)See Also