PipeFittingAndAccessoryConnectorData.FlowDirection Property

PipeFittingAndAccessoryConnectorDataFlowDirection Property

The flow direction of this connector, In or Out.

Namespace: Autodesk.Revit.DB.Plumbing
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public FlowDirectionType FlowDirection { get; }
Public ReadOnly Property FlowDirection As FlowDirectionType
	Get
public:
property FlowDirectionType FlowDirection {
	FlowDirectionType get ();
}
member FlowDirection : FlowDirectionType with get

Property Value

FlowDirectionType
See Also