ParameterFilterUtilities.IsParameterApplicable
Method
Description:
Used to determine whether the element supports the given parameter.
Used to determine whether the element supports the given parameter.
Remarks:
This operation is supported for external (e.g., shared, project) parameters only.
This operation is supported for external (e.g., shared, project) parameters only.
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 |