This function checks if a parameter uses level filtering.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static bool UsesLevelFiltering( Document doc, ElementId parameterId )
Parameters
- doc Document
- The document which owns the parameter.
- parameterId ElementId
- The id of the parameter that will be tested to see if it uses level filtering.
Return Value
BooleanTrue if the parameter uses level filtering, false otherwise.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
