PointGroupCollectionGetPointGroups Method |
Gets the collection of all PointGroups in the specified database.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntaxpublic static PointGroupCollection GetPointGroups(
Database pDatabase
)
Public Shared Function GetPointGroups (
pDatabase As Database
) As PointGroupCollection
public:
static PointGroupCollection^ GetPointGroups(
Database^ pDatabase
)
Parameters
- pDatabase Database
-
Return Value
PointGroupCollection
See Also