Gets the number of FlowSegments in the FlowPath.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public int FlowSegmentCount { get; }
VB
Public ReadOnly Property FlowSegmentCount As Integer Get
C++
public: property int FlowSegmentCount { int get (); }