Constructs a new instance of an ElementParameterFilter from a single rule.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since: 2011
Syntax
| C# |
|---|
public ElementParameterFilter( FilterRule filterRule ) |
| Visual Basic |
|---|
Public Sub New ( _ filterRule As FilterRule _ ) |
| Visual C++ |
|---|
public: ElementParameterFilter( FilterRule^ filterRule ) |
Parameters
- filterRule
- Type: Autodesk.Revit.DB..::..FilterRule
The rule applied to test if the element passes this filter.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was null |