Gets the objectId collection of all catchment group objects in the drawing.

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

Syntax

C#
public CatchmentGroupCollection GetCatchmentGroups()
Visual Basic
Public Function GetCatchmentGroups As CatchmentGroupCollection
Visual C++
public:
CatchmentGroupCollection^ GetCatchmentGroups()

See Also