Used to determine whether the element supports the given parameter.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
C#
public static bool IsParameterApplicable( Element element, ElementId parameter )
Parameters
- element Element
- The element to query for support of the given parameter.
- parameter ElementId
- The parameter for which to query support.
Return Value
BooleanTrue if the element supports the given parameter, false otherwise.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |