Deletes a catchment group by name from the database.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public override sealed void Remove( string name )
VB
Public Overrides NotOverridable Sub Remove ( name As String )
C++
public: virtual void Remove( String^ name ) override sealed
Parameters
- name String
Exceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when the name is invalid or does not exist in the collection. |
InvalidOperationException | Thrown when the catchment group contains catchment object(s). |