Click or drag to resize

File3dmViewTableDelete Method (Int32)

Removes an item.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public bool Delete(
	int index
)

Parameters

index
Type: SystemInt32
The index of the item to remove.

Return Value

Type: Boolean
True if the item was removed.
See Also