ChannelIsLongitudinalSlopesValid Property

Gets whether channel longitudinal slopes are valid or not.

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

Property Value

Boolean
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.
Remarks
Cases that channel longitudinal slopes are invalid.
  1. Channel slope mode is custom slope and channel's geometry is changed shorter or longer.
See Also