RVTDocs.com
Namespace: Autodesk.Revit.DB Class: LabelUtils

LabelUtils.GetLabelForBuiltInParameter(ForgeTypeId)

Method
Description:
Gets the user-visible name for a built-in parameter.
Remarks:
The name is obtained in the current Revit language.
Syntax
public static string GetLabelForBuiltInParameter(
	ForgeTypeId parameterTypeId
)
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.