ChannelDesignCrossSectionCustomSectionPointsForDrainageAnalysis Property

Gets the points of the custom cross section and the points is special for drainage analysis.

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

Property Value

Point2dCollection
Remarks
The first point is always (0, 0) and other point are offset by first point.
See Also