PointGroupGetQuery Method

Returns the Point Group query object.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public PointGroupQuery GetQuery()

Return Value

PointGroupQuery
The PointGroupQuery object.
Remarks
You can check the type of the returned object to see if it is a StandardPointGroupQuery or a CustomPointGroupQuery.
Example
1!ERROR: See log file!
See Also