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