Gets the current flow direction of the pipe, relative to the start and endpoint of the pipe.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public FlowDirectionType FlowDirection { get; }
Visual Basic
Public ReadOnly Property FlowDirection As FlowDirectionType
	Get
Visual C++
public:
property FlowDirectionType FlowDirection {
	FlowDirectionType get ();
}

See Also