Deletes a catchment group by index from the database.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.5.1584.0
Syntax
| C# |
|---|
public override sealed void Remove(
int index
) |
| Visual Basic |
|---|
Public Overrides NotOverridable Sub Remove ( _
index As Integer _
) |
| Visual C++ |
|---|
public:
virtual void Remove(
int index
) override sealed |
Parameters
- index
- Type: System..::..Int32
Remarks
Exceptions
| Exception | Condition |
|---|
| System..::..ArgumentOutOfRangeException |
Thrown when the index is out of range.
|
| System..::..InvalidOperationException |
Thrown when the catchment group contains catchment object(s).
|
See Also