Gets or sets the start station of the region.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public double StartStation { get; set; } |
Visual Basic |
---|
Public Property StartStation As Double
Get
Set |
Visual C++ |
---|
public:
property double StartStation {
double get ();
void set (double value);
} |
Remarks
Exceptions
Exception | Condition |
---|
System..::..ArgumentException |
Thrown when:
- The value is greater than or equal to the end station of the region.
- For the begin region, the value is outside of the alignment station limits.
- For other regions, the value is less than or equal to the start station of the previous region.
- No solution is found for the input value according to the transition's length and other constraints.
|
System..::..InvalidOperationException |
Thrown when:
- The RegionType of current region is AlignmentRegionType.Automatic.
- The current region has the previous region and previous region's end station can not be set.
|
See Also