OutletDetailCollectionRemoveAt Method

Removes the outlet at the specified index of 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 outlet to remove.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException Thrown when the index is out of the collection's range.
See Also