ChannelDesignCrossSectionTriangularSideSlope Property

Gets the side slope of triangular cross section type.

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

Property Value

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