ObjectTable.Delete Method (RhinoObject)

ObjectTableDelete Method (RhinoObject)

Deletes an object, taking into account modes and not showing error message boxes.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public override bool Delete(
	RhinoObject item
)
Public Overrides Function Delete ( 
	item As RhinoObject
) As Boolean

Parameters

item
Type: Rhino.DocObjectsRhinoObject
The object to delete.

Return Value

Type: Boolean
True on success.
Version Information

Rhino for Windows

Supported in: 6.8
See Also