Method DeleteSeveral
DeleteSeveral(List<ElementId>)
Deletes several elements.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 6, 0, 0)]
void DeleteSeveral(List<ElementId> inElementIds)
Parameters
| Type | Name | Description |
|---|---|---|
| List<ElementId> | inElementIds | Identifiers of the elements to delete. |
Remarks
StartModification(string, bool) and EnsureIsDirty(ref DocumentId) must be called before calling this method.
This method is available since v7.6.