ChannelDesignCrossSectionTriangularSide Property

Gets the side of triangular cross section type.

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

Property Value

CrossSectionTriangularSide
Exceptions
ExceptionCondition
ArgumentException Thrown when set value is not a valid side type.
See Also