Deletes a catchment group by name from the database.

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

Syntax

C#
public override sealed void Remove(
	string name
)
Visual Basic
Public Overrides NotOverridable Sub Remove ( _
	name As String _
)
Visual C++
public:
virtual void Remove(
	String^ name
) override sealed

Parameters

name
Type: System..::..String

Remarks

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

Exceptions

ExceptionCondition
System..::..ArgumentException Thrown when the name is invalid or does not exist in the collection.
System..::..InvalidOperationException Thrown when the catchment group contains catchment object(s).

See Also