menu
RhinoCommon API
search
search
V8
arrow_drop_down
new_releases
wb_sunny
RhinoCommon documentation has a new look. The old site can still be found
here
.
Close
Description:
Deletes an item.
Syntax:
public
bool
Delete(
ViewInfo
item
)
Returns:
Type:
bool
Available since:
6.0
Description:
Removes an item.
Syntax:
public
bool
Delete(
int
index
)
Parameters:
index
Type:
int
The index of the item to remove.
Returns:
Type:
bool
True if the item was removed.
Available since:
6.0
home
/
Rhino.FileIO
/
File3dmViewTable
/
Delete
Delete method
Class:
Rhino.FileIO.File3dmViewTable
Nothing found