Returns the Point Group query object.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public PointGroupQuery GetQuery()
VB
Public Function GetQuery As PointGroupQuery
C++
public: PointGroupQuery^ GetQuery()
Return Value
PointGroupQueryThe PointGroupQuery object.
Remarks
You can check the type of the returned object to see if it is a StandardPointGroupQuery or a CustomPointGroupQuery.Example
C#
1!ERROR: See log file!
VB
1!ERROR: See log file!