ChannelLongitudinalSlopes Property

Gets the channel longitudinal slopes.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntax
public ChannelLongitudinalSlope[] LongitudinalSlopes { get; }

Property Value

ChannelLongitudinalSlope
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
In some cases, longitudinal slopes are invalid, check property IsLongitudinalSlopesValid first.
See Also