GH_ChunkItemExists Method (String) | 
 
            Gets the occupancy for a specific item name. Only items without index qualifiers are considered.
            
 
    Namespace: 
   GH_IO.Serialization
    Assembly:
   GH_IO (in GH_IO.dll)
Syntaxpublic bool ItemExists(
	string name
)
Public Function ItemExists ( 
	name As String
) As Boolean
Parameters
- name
 - Type: SystemString
Name of item to check for. 
Return Value
Type: 
BooleanTrue if an item with a similar name already exists, false if not.
Implements
GH_IReaderItemExists(String)
See Also