ParameterUtils.IsBuiltInParameter(ElementId)
Method
Description:
Checks whether an ElementId identifies a built-in parameter.
Checks whether an ElementId identifies a built-in parameter.
Remarks:
An ElementId identifies a built-in parameter if it corresponds to a valid BuiltInParameter value.
An ElementId identifies a built-in parameter if it corresponds to a valid BuiltInParameter value.
Parameters
| Parameter | Type | Description |
|---|---|---|
| parameterId | ElementId | The identifier to check. |
Return Value
| Type | Description |
|---|---|
| Boolean | True if the ElementId identifies a built-in parameter, false otherwise. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |