ChannelDesignCrossSectionCustomPoints Property |
Gets the points of the custom cross section.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntaxpublic Point2dCollection Points { get; set; }Public Property Points As Point2dCollection
Get
Set
public:
property Point2dCollection^ Points {
Point2dCollection^ get ();
void set (Point2dCollection^ value);
}Property Value
Point2dCollection
Remarks
When setting this property and the newPoints is null, points in the custom cross section will be cleared.
See Also