Deletes a catchment group by name and also delete all catchment objects belonging to it.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.5.1584.0
Syntax
| C# |
|---|
public void ForceRemove(
string name
) |
| Visual Basic |
|---|
Public Sub ForceRemove ( _
name As String _
) |
| Visual C++ |
|---|
public:
void ForceRemove(
String^ name
) |
Parameters
- name
- Type: System..::..String
Exceptions
| Exception | Condition |
|---|
| System..::..ArgumentException |
Thrown when the name is invalid or does not exist in the collection.
|
See Also