ChannelDesignCrossSectionCustomSectionPointsForDrainageAnalysis Property |
Gets the points of the custom cross section and the points is special for drainage analysis.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntaxpublic Point2dCollection SectionPointsForDrainageAnalysis { get; }Public ReadOnly Property SectionPointsForDrainageAnalysis As Point2dCollection
Get
public:
property Point2dCollection^ SectionPointsForDrainageAnalysis {
Point2dCollection^ get ();
}Property Value
Point2dCollection
Remarks
The first point is always (0, 0) and other point are offset by first point.
See Also