CatchmentGroupCollectionRemove(String) Method |
Deletes a catchment group by name from the database.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
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
-
Exceptions
Remarks
A catchment group can't be deleted if it contains catchment object(s).
See Also