LandDatabaseExtensionGetCivilCatchmentGroups Method


Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public static CatchmentGroupCollection GetCivilCatchmentGroups(
	this Database database
)

Parameters

database  Database
 

Return Value

CatchmentGroupCollection

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Database. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also