Share

ParameterFilterUtilities.IsParameterApplicable Method

Used to determine whether the element supports the given parameter.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

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

Boolean
True if the element supports the given parameter, false otherwise.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

Remarks

This operation is supported for external (e.g., shared, project) parameters only.

See Also

Reference

Was this information helpful?