Share

CatchmentGroupCollection.Remove(Int32) Method

Deletes a catchment group by index from the database.



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

Syntax

C#

public override sealed void Remove(
	int index
)

VB

Public Overrides NotOverridable Sub Remove ( 
	index As Integer
)

C++

public:
virtual void Remove(
	int index
) override sealed

Parameters

index  Int32
 

Exceptions

ExceptionCondition
ArgumentOutOfRangeException Thrown when the index is out of range.
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?