Revit 2025.3 API
Selection |
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public int RemoveSet( ICollection<ElementId> ids )
Public Function RemoveSet ( ids As ICollection(Of ElementId) ) As Integer
public: int RemoveSet( ICollection<ElementId^>^ ids )
member RemoveSet : ids : ICollection<ElementId> -> int
Parameters
- ids ICollectionElementId
Return Value
Int32See Also