<Code Lib>
2027 Method
Changes 0
M

LabelUtils.GetLabelFor(BuiltInCategory)

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

public static string GetLabelFor(
	BuiltInCategory builtInCategory
)

  • builtInCategory
    The BuiltInCategory to get the user-visible name.
Return Value String String

Loading…