Share

CatchmentGroupCollection.Remove(String) Method

Deletes a catchment group by name from the database.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public override sealed void Remove(
	string name
)

VB

Public Overrides NotOverridable Sub Remove ( 
	name As String
)

C++

public:
virtual void Remove(
	String^ name
) override sealed

Parameters

name  String
 

Exceptions

ExceptionCondition
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

Reference

Was this information helpful?