Gets or sets the end station of the region.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public double EndStation { get; set; } |
Visual Basic |
---|
Public Property EndStation As Double
Get
Set |
Visual C++ |
---|
public:
property double EndStation {
double get ();
void set (double value);
} |
Remarks
Exceptions
Exception | Condition |
---|
System..::..ArgumentException |
Thrown when:
- The value is less than or equal to the start station of the region.
- For the end region, the value is outside of the alignment station limits.
- For other regions, the value is greater than or equal to the end station of the next region.
- No is solution 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 next region and next region's start station can not be set.
|
See Also