Pond |
The PondContour type exposes the following members.
| Name | Description | |
|---|---|---|
| PondContour(Polyline) | Initializes a new instance of the PondContour class from a polyline. | |
| PondContour(Polyline, String) | Initializes a new instance of the PondContour class from a polyline with a specified ID. |
| Name | Description | |
|---|---|---|
| Area | Gets the area of this contour in square units. | |
| Elevation | Gets the elevation of this contour. | |
| Id | Gets the unique ID for this contour. |
| Name | Description | |
|---|---|---|
| GetOffsetContour | Creates a new PondContour that is offset both horizontally and vertically from this contour. | |
| ToPoints | Gets the geometric path of this contour as a collection of 3D points. | |
| ToPolyline | Gets the polyline geometry representation for this contour. |