ChannelDesignCrossSectionTrapezoidalDepth Property

Gets the depth of trapezoidal cross section type.

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

Property Value

Double
Exceptions
ExceptionCondition
ArgumentException Thrown when set value is negative or zero.
See Also