FlowSegmentLabelFlowSegmentIndex Property

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.292
Syntax
public int FlowSegmentIndex { get; set; }

Property Value

Int32
Exceptions
ExceptionCondition
ArgumentException Thrown when FlowSegmentIndex is set to invalid value.
See Also