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)
Syntaxpublic 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:
BooleanTrue on success.
Version InformationRhino for Windows
Supported in: 6.8
See Also