CatchmentGroupCollectionRemove(Int32) Method |
Deletes a catchment group by index from the database.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic override sealed void Remove(
int index
)
Public Overrides NotOverridable Sub Remove (
index As Integer
)
public:
virtual void Remove(
int index
) override sealed
Parameters
- index Int32
-
ExceptionsException | Condition |
---|
ArgumentOutOfRangeException |
Thrown when the index is out of range.
|
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