CatchmentGroupCollectionRemove(String) Method

Deletes a catchment group by name from the database.

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

Parameters

name  String
 
Exceptions
ExceptionCondition
ArgumentException Thrown when the name is invalid or does not exist in the collection.
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