ChannelStartStation Property

Gets/Sets the channel start station.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntax
public double StartStation { get; set; }

Property Value

Double
Exceptions
ExceptionCondition
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:
  1. Set value is out of baseline's station range.
  2. Set value is equal or greater than the end station.
See Also