CatchmentGroupCollectionGetCatchmentGroups Method |
Gets CatchmentGroupCollection from the database.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic static CatchmentGroupCollection GetCatchmentGroups(
Database database
)
Public Shared Function GetCatchmentGroups (
database As Database
) As CatchmentGroupCollection
public:
static CatchmentGroupCollection^ GetCatchmentGroups(
Database^ database
)
Parameters
- database Database
-
Return Value
CatchmentGroupCollection
See Also