PondContourCollectionRemoveAt Method

Removes the contour at the specified index from the collection.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntax
public void RemoveAt(
	int index
)

Parameters

index  Int32
The zero-based index of the contour to remove.
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown when the collection contains less than three contours.
ArgumentOutOfRangeExceptionThrown when the index is out of range.
See Also