PondContourCollectionAdd(PondContour) Method

Adds a contour to the collection.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntax
public void Add(
	PondContour contour
)

Parameters

contour  PondContour
The PondContour to add to the collection.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when the contour is null.
ArgumentException Thrown when:
  1. The contour contains unsupported pond geometry.
  2. A contour with the same ID already exists in the collection.
See Also