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