File3dmObjectTableDelete Method (Guid) |
Deletes object from document.
Namespace:
Rhino.FileIO
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic 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:
Booleantrue on success, false on failure.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also