Deletes a catchment group by index from the database.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.5.1584.0

Syntax

C#
public override sealed void Remove(
	int index
)
Visual Basic
Public Overrides NotOverridable Sub Remove ( _
	index As Integer _
)
Visual C++
public:
virtual void Remove(
	int index
) override sealed

Parameters

index
Type: System..::..Int32

Remarks

A catchment group can't be deleted if it contains catchment object(s).

Exceptions

ExceptionCondition
System..::..ArgumentOutOfRangeException Thrown when the index is out of range.
System..::..InvalidOperationException Thrown when the catchment group contains catchment object(s).

See Also