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