AddLidarQueryToQuery ==================== .. currentmodule:: globalmapper .. py:function:: AddLidarQueryToQuery (GM_LidarQueryHandle_t aAddToLidarQuery, GM_LidarQueryHandle_t aAddFromLidarQuery, uint32 aReserved=0) -> 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 uint32 aReserved: Reserved for future use; defaults to 0 :returns: Error Code :rtype: GM_Error_t32