Gets CatchmentGroupCollection from the database.

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

Syntax

C#
public static CatchmentGroupCollection GetCatchmentGroups(
	Database database
)
Visual Basic
Public Shared Function GetCatchmentGroups ( _
	database As Database _
) As CatchmentGroupCollection
Visual C++
public:
static CatchmentGroupCollection^ GetCatchmentGroups(
	Database^ database
)

Parameters

database
Type: Database

See Also