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

LabelUtils.GetLabelFor(BuiltInParameter)

Method
Description:
Gets the user-visible name for a BuiltInParameter.
Remarks:
The name is obtained in the current Revit language.
Syntax
public static string GetLabelFor(
	BuiltInParameter builtInParam
)
Parameters
Parameter Type Description
builtInParam BuiltInParameter The BuiltInParameter to get the user-visible name.
Return Value
Exceptions
Exception Condition
InvalidOperationException Thrown when the BuiltInParameter cannot be found.