Document.Delete(ICollection<ElementId>) Method

DocumentDelete(ICollectionElementId) Method


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

ICollectionElementId
See Also