<Code Lib>
2026 Method
Changes 0
M

LabelUtils.GetLabelFor(DuctLossMethodType, Document)

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

public static string GetLabelFor(
	DuctLossMethodType ductLossMethodType,
	Document doc
)

  • ductLossMethodType
    The DuctLossMethodType to get the user-visible name.
  • doc
    The document from which to get the DuctLossMethodType.
Return Value String String

Loading…