CatchmentGroupCollectionForceRemove Method

Deletes a catchment group by name and also delete all catchment objects belonging to it.

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

Parameters

name  String
 
Exceptions
ExceptionCondition
ArgumentException Thrown when the name is invalid or does not exist in the collection.
See Also