Revit 2025.3 API
DocumentDelete(ICollectionElement |
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.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