Gets the user-visible name for a PipeFlowState.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static string GetLabelFor(
PipeFlowState pipeFlowState,
Document doc
)
Parameters
- pipeFlowState PipeFlowState
- The PipeFlowState to get the user-visible name.
- doc Document
- The document from which to get the PipeFlowState.
Return Value
String
Exceptions
Remarks
The name is obtained in the current Revit language.
See Also
Reference