FlowSegmentLabelFlowSegmentIndex Property |
Gets or sets the index of the FlowSegment which label is labeling.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic int FlowSegmentIndex { get; set; }Public Property FlowSegmentIndex As Integer
Get
Set
public:
property int FlowSegmentIndex {
int get ();
void set (int value);
}Property Value
Int32
Exceptions| Exception | Condition |
|---|
| ArgumentException |
Thrown when FlowSegmentIndex is set to invalid value.
|
See Also