<Code Lib>
2024 Method
Changes 8
M

LabelUtils.GetLabelFor(BuiltInParameterGroup)

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

[ObsoleteAttribute("This method is deprecated in Revit 2024 and may be removed in a future version of Revit. Please use the `GetLabelForGroup(ForgeTypeId)` method instead.")]
public static string GetLabelFor(
	BuiltInParameterGroup builtInParamGroup
)

Return Value string

Loading…