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