Returns the Point Group query object.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public PointGroupQuery GetQuery() |
| Visual Basic |
|---|
Public Function GetQuery As PointGroupQuery |
| Visual C++ |
|---|
public: PointGroupQuery^ GetQuery() |
Return Value
The PointGroupQuery object.
Remarks
You can check the type of the returned object to see if it is a StandardPointGroupQuery or a CustomPointGroupQuery.
Examples
1!ERROR: See log file!1!ERROR: See log file!