RVTDocs.com
Namespace: Autodesk.Revit.DB Class: LabelUtils

LabelUtils.GetLabelFor(DuctLossMethodType, Document)

Method
Description:
Gets the user-visible name for a DuctLossMethodType.
Remarks:
The name is obtained in the current Revit language.
Syntax
public static string GetLabelFor(
	DuctLossMethodType ductLossMethodType,
	Document doc
)
Parameters
Parameter Type Description
ductLossMethodType DuctLossMethodType The DuctLossMethodType to get the user-visible name.
doc Document The document from which to get the DuctLossMethodType.
Return Value
Exceptions
Exception Condition
InvalidOperationException Thrown when information for the input DuctLossMethodType cannot be found.