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

LabelUtils.GetLabelFor(PipeFlowState, Document)

Method
Description:
Gets the user-visible name for a PipeFlowState.
Remarks:
The name is obtained in the current Revit language.
Syntax
public static string GetLabelFor(
	PipeFlowState pipeFlowState,
	Document doc
)
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.