PondContour(Polyline, String) Constructor

Initializes a new instance of the PondContour class from a polyline with a specified ID.

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

Parameters

polyline  Polyline
The polyline defining the contour geometry.
id  String
Unique ID for the contour.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when the polyline is null.
ArgumentExceptionThrown when the polyline contains unsupported pond geometry.
See Also