Document.Delete
Overloads (2):
| Name | Return Type | Description |
|---|---|---|
| Delete(ElementId) | ICollection<ElementId> | Deletes an element from the document given the id of that element. |
| Delete(ICollection<ElementId>) | ICollection<ElementId> | Deletes a set of elements from the document. |