CatchmentGroupCollectionForceRemove Method |
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.8.0.292
Syntaxpublic void ForceRemove(
string name
)
Public Sub ForceRemove (
name As String
)
public:
void ForceRemove(
String^ name
)
Parameters
- name String
-
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when the name is invalid or does not exist in the collection.
|
See Also