globalmapper.AddLidarQueryToQuery ================================= .. currentmodule:: globalmapper .. py:function:: AddLidarQueryToQuery (GM_LidarQueryHandle_t aAddToLidarQuery, GM_LidarQueryHandle_t aAddFromLidarQuery, int aReserved) -> GM_Error_t32 Adds one Lidar query to another. **Caution**: This will close any active iterator on the query, resetting the position of the :doc:`GetNextLidarQueryPoints` call. :param GM_LidarQueryHandle_t aAddToLidarQuery: Lidar query to update :param GM_LidarQueryHandle_t aAddFromLidarQuery: Lidar query to add points from :param int aReserved: Reserved for future use; must be 0. :returns: Error Code :rtype: GM_Error_t32