GH_ChunkRemoveItem Method (String) | 
 
            Remove an unindexed item from this chunk.
            
 
    Namespace: 
   GH_IO.Serialization
    Assembly:
   GH_IO (in GH_IO.dll)
Syntaxpublic bool RemoveItem(
	string itemName
)
Public Function RemoveItem ( 
	itemName As String
) As Boolean
Parameters
- itemName
 - Type: SystemString
Name of item. 
Return Value
Type: 
BooleanTrue on success, false on failure.
Implements
GH_IWriterRemoveItem(String)
See Also