ChannelDesignCrossSectionCustomPoints Property

Gets the points of the custom cross section.

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

Property Value

Point2dCollection
Remarks
When setting this property and the newPoints is null, points in the custom cross section will be cleared.
See Also