Sets or gets the end station for the transition.
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 previous region.
- the value is greater than or equal to the end station of the next region.
- no solution found for the input value according to the transition's length and other constraints.
|
See Also