LabelUtils.GetLabelForBuiltInParameter(ForgeTypeId)
Method
Description:
Gets the user-visible name for a built-in parameter.
Gets the user-visible name for a built-in parameter.
Remarks:
The name is obtained in the current Revit language.
The name is obtained in the current Revit language.
Parameters
Parameter | Type | Description |
---|---|---|
parameterTypeId | ForgeTypeId | Identifier of the built-in parameter to get the user-visible name. |
Return Value
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown when the built-in parameter cannot be found. |