Grasshopper API
GH_IWriterRemoveItem Method (String, Int32) |
Remove an indexed item from this chunk.
Namespace: GH_IO.Serialization
Assembly: GH_IO (in GH_IO.dll)

bool RemoveItem( string itemName, int itemIndex )
Function RemoveItem ( itemName As String, itemIndex As Integer ) As Boolean
Parameters
- itemName
- Type: SystemString
Name of item. - itemIndex
- Type: SystemInt32
Index of item.
Return Value
Type: BooleanTrue on success, false on failure.
