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