globalmapper.AddLidarQueryToQuery¶
- globalmapper.AddLidarQueryToQuery(GM_LidarQueryHandle_t aAddToLidarQuery, GM_LidarQueryHandle_t aAddFromLidarQuery, int aReserved) GM_Error_t32 [source]¶
Adds one Lidar query to another.
Caution: This will close any active iterator on the query, resetting the position of the GetNextLidarQueryPoints call.
- Parameters
aAddToLidarQuery (GM_LidarQueryHandle_t) – Lidar query to update
aAddFromLidarQuery (GM_LidarQueryHandle_t) – Lidar query to add points from
aReserved (int) – Reserved for future use; must be 0.
- Returns
Error Code
- Return type
GM_Error_t32