PondContour Class

Represents a single contour in a pond with access to both polyline and point geometry.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      Autodesk.Civil.DatabaseServicesPondContour

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntax
public sealed class PondContour : DisposableWrapper

The PondContour type exposes the following members.

Constructors
 NameDescription
Public methodPondContour(Polyline) Initializes a new instance of the PondContour class from a polyline.
Public methodPondContour(Polyline, String) Initializes a new instance of the PondContour class from a polyline with a specified ID.
Top
Properties
 NameDescription
Public propertyArea Gets the area of this contour in square units.
Public propertyElevation Gets the elevation of this contour.
Public propertyId Gets the unique ID for this contour.
Top
Methods
 NameDescription
Public methodGetOffsetContour Creates a new PondContour that is offset both horizontally and vertically from this contour.
Public methodToPoints Gets the geometric path of this contour as a collection of 3D points.
Public methodToPolyline Gets the polyline geometry representation for this contour.
Top
See Also