Adds a set of ElementIds to the filter's set.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public void AddSet(
ICollection<ElementId> ids
)
Parameters
- ids ICollection<ElementId>
-
The set of ElementIds to add.
Exceptions
See Also
Reference