ChannelEndStation Property |
Gets/Sets the channel end station.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntaxpublic double EndStation { get; set; }Public Property EndStation As Double
Get
Set
public:
property double EndStation {
double get ();
void set (double value);
}Property Value
Double
Exceptions| Exception | Condition |
|---|
| BackwardCompatibilityException |
Thrown when getting/setting value and data is not compatible with the current version of the channel. Try to fix by upgrading the channel.
|
| ForwardCompatibilityException |
Thrown when getting/setting value and data is not compatible with the current version of the channel. Try to fix by opening the drawing in a newer version of the product.
|
| InvalidOperationException |
Thrown when setting value but the station range is not enabled.
|
| ArgumentException |
Thrown when:
- Set value is out of baseline's station range.
- Set value is equal or less than the start station.
|
See Also