PointGroupGetQuery Method |
Returns the Point Group query object.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic PointGroupQuery GetQuery()
Public Function GetQuery As PointGroupQuery
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.
ExampleNo code example is currently available or this language may not be supported.
See Also