ChannelIsLongitudinalSlopesValid Property |
Gets whether channel longitudinal slopes are valid or not.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntaxpublic bool IsLongitudinalSlopesValid { get; }Public ReadOnly Property IsLongitudinalSlopesValid As Boolean
Get
public:
property bool IsLongitudinalSlopesValid {
bool get ();
}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
Cases that channel longitudinal slopes are invalid.
- Channel slope mode is custom slope and channel's geometry is changed shorter or longer.
See Also