GH_IReaderChunkExists Method (String) | 
 
            Checks whether a chunk with the specified name exists in the litter. 
            Only chunks without index qualifiers are considered. 
            Name comparisons are not case-sensitive.
            
 
    Namespace: 
   GH_IO.Serialization
    Assembly:
   GH_IO (in GH_IO.dll)
Syntaxbool ChunkExists(
	string name
)
Function ChunkExists ( 
	name As String
) As Boolean
Parameters
- name
 - Type: SystemString
Name of chunk to test for. 
Return Value
Type: 
BooleanTrue if a chunk with the specified name exists, otherwise false.
See Also