DocumentDelete(ICollectionElementId) Method |
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic 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