Revit 2026 API
DocumentDelete(ICollectionElement |
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public ICollection<ElementId> Delete( ICollection<ElementId> elementIds )
Public Function Delete ( elementIds As ICollection(Of ElementId) ) As ICollection(Of ElementId)
public: ICollection<ElementId^>^ Delete( ICollection<ElementId^>^ elementIds )
member Delete : elementIds : ICollection<ElementId> -> ICollection<ElementId>
Parameters
- elementIds ICollectionElementId
Return Value
ICollectionElementIdSee Also