Revit 2026 API
Selection |
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.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