PondContour(Polyline) Constructor

Initializes a new instance of the PondContour class from a polyline.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntax
public PondContour(
	Polyline polyline
)

Parameters

polyline  Polyline
The polyline defining the contour geometry.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when the polyline is null.
ArgumentExceptionThrown when the polyline contains unsupported pond geometry.
Remarks
The contour will be assigned an auto-generated ID.
See Also