CatchmentGroupCollectionRemove(Int32) Method

Deletes a catchment group by index from the database.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public override sealed void Remove(
	int index
)

Parameters

index  Int32
 
Exceptions
ExceptionCondition
ArgumentOutOfRangeException Thrown when the index is out of range.
InvalidOperationException Thrown when the catchment group contains catchment object(s).
Remarks
A catchment group can't be deleted if it contains catchment object(s).
See Also