ChannelIsStationRangeDefined Property |
Gets/Sets whether to define channel station range.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntaxpublic bool IsStationRangeDefined { get; set; }Public Property IsStationRangeDefined As Boolean
Get
Set
public:
property bool IsStationRangeDefined {
bool get ();
void set (bool value);
}Property Value
Boolean
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.
|
Remarks
If value of the property is changed, the StartStation/EndStation would be set to the baseline's start station/end station.
See Also