Gets or sets the index of the FlowSegment which label is labeling.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.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

ExceptionCondition
System..::..ArgumentException Thrown when FlowSegmentIndex is set to invalid value.

See Also