UndergroundStorageBoundaryPoints Property |
Gets or sets the boundary points of the underground storage.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntaxpublic Point2dCollection BoundaryPoints { get; set; }Public Property BoundaryPoints As Point2dCollection
Get
Set
public:
property Point2dCollection^ BoundaryPoints {
Point2dCollection^ get ();
void set (Point2dCollection^ value);
}Property Value
Point2dCollection
Exceptions
Remarks
When setting boundary points, provide points that form a closed, non-intersecting polygon. The last point may optionally equal the first point.
When getting boundary points, the returned collection adds the closing point, last point is equal to the first point.
See Also