Removes a set of ElementIds from the filter's set.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public int RemoveSet(
ICollection<ElementId> ids
)
Parameters
- ids ICollection<ElementId>
-
The set of ElementIds to remove.
Return Value
Int32
Exceptions
See Also
Reference