File3dmViewTableDelete Method (Int32) |
Removes an item.
Namespace:
Rhino.FileIO
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic bool Delete(
int index
)
Public Function Delete (
index As Integer
) As Boolean
Parameters
- index
- Type: SystemInt32
The index of the item to remove.
Return Value
Type:
BooleanTrue if the item was removed.
Version InformationRhino for Windows
Supported in: 6.8
See Also