Share

CatchmentGroupCollection.GetCatchmentGroups Method

Gets CatchmentGroupCollection from the database.



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

Syntax

C#

public static CatchmentGroupCollection GetCatchmentGroups(
	Database database
)

VB

Public Shared Function GetCatchmentGroups ( 
	database As Database
) As CatchmentGroupCollection

C++

public:
static CatchmentGroupCollection^ GetCatchmentGroups(
	Database^ database
)

Parameters

database  Database
 

Return Value

CatchmentGroupCollection

See Also

Reference

Was this information helpful?