Click or drag to resize

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
)

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: Int32
The number of successfully deleted objects.
See Also