File3dmObjectTable.Delete Method (Guid)

File3dmObjectTableDelete Method (Guid)

Deletes object from document.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool Delete(
	Guid objectId
)
Public Function Delete ( 
	objectId As Guid
) As Boolean

Parameters

objectId
Type: SystemGuid
Id of the object to delete.

Return Value

Type: Boolean
true on success, false on failure.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also