CatchmentGroupCollectionRemove(String) Method |
Deletes a catchment group by name from the database.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic override sealed void Remove(
string name
)
Public Overrides NotOverridable Sub Remove (
name As String
)
public:
virtual void Remove(
String^ name
) override sealed
Parameters
- name String
-
ExceptionsException | 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).
|
Remarks
A catchment group can't be deleted if it contains catchment object(s).
See Also