GH_ChunkRemoveItem Method (String, Int32) |
Remove an indexed item from this chunk.
Namespace:
GH_IO.Serialization
Assembly:
GH_IO (in GH_IO.dll)
Syntax public bool RemoveItem(
string itemName,
int itemIndex
)
Public 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.
Implements
GH_IWriterRemoveItem(String, Int32)See Also