ObjectTableDelete Method (IEnumerableGuid, Boolean) |
Deletes a collection of objects from the document.
Namespace:
Rhino.DocObjects.Tables
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public int Delete(
IEnumerable<Guid> objectIds,
bool quiet
)
Public Function Delete (
objectIds As IEnumerable(Of Guid),
quiet As Boolean
) As Integer
Parameters
- objectIds
- Type: System.Collections.GenericIEnumerableGuid
Ids of all objects to delete. - quiet
- Type: SystemBoolean
If false, a message box will appear when an object cannot be deleted.
Return Value
Type:
Int32The number of successfully deleted objects.
See Also