Global Mapper SDK
GM_GetLidarQueryInfo
Retrieves information about the query, like the number of points and layer list.
Syntax
C++
Copy
GM_DLL_EXPORTED GM_Error_t32 __stdcall GM_GetLidarQueryInfo
(
GM_LidarQueryHandle_t aLidarQuery, // IN: Lidar query to update
GM_LidarQueryInfo_t* aQueryInfo // OUT: Information about query
)