PointGroupCollectionGetPointGroups Method |
Gets the collection of all PointGroups in the specified database.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
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