<Code Lib>
2022 Method
Changes 8
M

LabelUtils.GetLabelFor(ParameterType)

Description:
Gets the user-visible name for a ParameterType.
Remarks:
The name is obtained in the current Revit language.

[ObsoleteAttribute("This method is deprecated in Revit 2022 and may be removed in a future version of Revit. Please use the GetLabelForSpec(ForgeTypeId) method instead.")]
public static string GetLabelFor(
	ParameterType paramType
)

Return Value string

Loading…