ChannelBaselineType Property |
Gets the channel baseline type.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntaxpublic ChannelBaselineType BaselineType { get; }Public ReadOnly Property BaselineType As ChannelBaselineType
Get
public:
property ChannelBaselineType BaselineType {
ChannelBaselineType get ();
}Property Value
ChannelBaselineType
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.
|
See Also