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.8.0.280
Syntax
C#
public FlowDirectionType FlowDirection { get; }
VB
Public ReadOnly Property FlowDirection As FlowDirectionType Get
C++
public: property FlowDirectionType FlowDirection { FlowDirectionType get (); }