Gets the collection of all PointGroups in the specified database.

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

Syntax

C#
public static PointGroupCollection GetPointGroups(
	Database pDatabase
)
Visual Basic
Public Shared Function GetPointGroups ( _
	pDatabase As Database _
) As PointGroupCollection
Visual C++
public:
static PointGroupCollection^ GetPointGroups(
	Database^ pDatabase
)

Parameters

pDatabase
Type: Database

See Also