CorridorTransitionStartStation Property |
Gets or sets start station.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic double StartStation { get; set; }
Public Property StartStation As Double
Get
Set
public:
property double StartStation {
double get ();
void set (double value);
}
Property Value
Double
ExceptionsException | Condition |
---|
InvalidOperationException |
Thrown when getting but start station hasn't been set.
|
ArgumentOutOfRangeException |
Thrown when setting to a new station which is:
- Greater than end station.
- Out of range of the transition set.
- Out of range of the baseline.
|
Remarks
It's recommended to check
HasStartStation property first to avoid handling exception.
The station is raw station.
If transition set's station lock status is true, modifying a transition's non-empty start station to another non-empty value
will cause all transitions' start station and end station in the transition set to move by an offset simultaneously.
See Also