Sets the rules, all of which must be satisfied for a given
element to pass this filter.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.2.0.66)
Since:
2011
Syntax
| C# |
|---|
[ObsoleteAttribute("This method is deprecated in Revit 2019 and will be removed in the next version of Revit. We suggest you instead use SetElementFilter instead.")]
public void SetRules(
IList<FilterRule> rules
) |
| Visual Basic |
|---|
<ObsoleteAttribute("This method is deprecated in Revit 2019 and will be removed in the next version of Revit. We suggest you instead use SetElementFilter instead.")> _
Public Sub SetRules ( _
rules As IList(Of FilterRule) _
) |
| Visual C++ |
|---|
[ObsoleteAttribute(L"This method is deprecated in Revit 2019 and will be removed in the next version of Revit. We suggest you instead use SetElementFilter instead.")]
public:
void SetRules(
IList<FilterRule^>^ rules
) |
Remarks
Exceptions
See Also