Gets or sets the index of the FlowSegment which label is labeling.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public int FlowSegmentIndex { get; set; }
VB
Public Property FlowSegmentIndex As Integer Get Set
C++
public: property int FlowSegmentIndex { int get (); void set (int value); }
Property Value
Int32Exceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when FlowSegmentIndex is set to invalid value. |