PondContourCollectionAdd(PondContour) Method |
Adds a contour to the collection.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntaxpublic void Add(
PondContour contour
)
Public Sub Add (
contour As PondContour
)
public:
void Add(
PondContour^ contour
)
Parameters
- contour PondContour
- The PondContour to add to the collection.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | Thrown when the contour is null. |
| ArgumentException |
Thrown when:
- The contour contains unsupported pond geometry.
- A contour with the same ID already exists in the collection.
|
See Also