Global Mapper SDK
                                        GM_AddLidarQueryToQuery
Adds one Lidar query to another.
Caution: This will close any active iterator on the query, resetting the position of the GM_GetNextLidarQueryPoints call.
Syntax
C++
                                                Copy
                                                    
                                                
                                            GM_DLL_EXPORTED GM_Error_t32 __stdcall GM_AddLidarQueryToQuery
(
GM_LidarQueryHandle_t   aAddToLidarQuery,   // IN: Lidar query to update
GM_LidarQueryHandle_t   aAddFromLidarQuery, // IN: Lidar query to add points from
void*                   aReserved           // IN: Reserved for future use, must be NULL
)