Deletes a catchment group by index from the database.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public override sealed void Remove( int index )
VB
Public Overrides NotOverridable Sub Remove ( index As Integer )
C++
public: virtual void Remove( int index ) override sealed
Parameters
- index Int32
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | Thrown when the index is out of range. |
InvalidOperationException | Thrown when the catchment group contains catchment object(s). |