File3dmViewTable.Delete Method (Int32)

File3dmViewTableDelete Method (Int32)

Removes an item.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public 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: Boolean
True if the item was removed.
Version Information

Rhino for Windows

Supported in: 6.14
See Also