<Code Lib>
2027 Method
Changes 1
M

LabelUtils.GetLabelForSymbol

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

public static string GetLabelForSymbol(
	ForgeTypeId symbolTypeId
)

  • symbolTypeId
    Identifier of the symbol to get the user-visible name.
Return Value String Returns the user-visible name for a symbol.

Loading…