RVTDocs.com

ParameterFilterUtilities.IsParameterApplicable

Method
Description:
Used to determine whether the element supports the given parameter.
Remarks:
This operation is supported for external (e.g., shared, project) parameters only.
Syntax
public static bool IsParameterApplicable(
	Element element,
	ElementId parameter
)
Parameters
Parameter Type Description
element Element The element to query for support of the given parameter.
parameter ElementId The parameter for which to query support.
Return Value
Type Description
Boolean True if the element supports the given parameter, false otherwise.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null