Share

PointGroupCollection.GetPointGroups Method

Gets the collection of all PointGroups in the specified database.



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

Syntax

C#

public static PointGroupCollection GetPointGroups(
	Database pDatabase
)

VB

Public Shared Function GetPointGroups ( 
	pDatabase As Database
) As PointGroupCollection

C++

public:
static PointGroupCollection^ GetPointGroups(
	Database^ pDatabase
)

Parameters

pDatabase  Database
 

Return Value

PointGroupCollection

See Also

Reference

Was this information helpful?