<Code Lib>
2026 Method
Changes 2
M

LabelUtils.GetLabelForDiscipline

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

public static string GetLabelForDiscipline(
	ForgeTypeId disciplineTypeId
)

  • disciplineTypeId
    Identifier of the discipline.
Return Value String Returns the user-visible name for a discipline.

Loading…