Removes a single ElementId from the filter's set.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2013
Syntax
| C# |
|---|
public void RemoveSingle( ElementId id ) |
| Visual Basic |
|---|
Public Sub RemoveSingle ( _ id As ElementId _ ) |
| Visual C++ |
|---|
public: void RemoveSingle( ElementId^ id ) |
Parameters
- id
- Type: Autodesk.Revit.DB..::..ElementId
The ElementId to remove.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentException | Invalid ElementId |
| Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was NULL |