globalmapper.AddLidarQueryToQuery

globalmapper.AddLidarQueryToQuery(GM_LidarQueryHandle_t aAddToLidarQuery, GM_LidarQueryHandle_t aAddFromLidarQuery, uint32 aReserved=0) 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 (uint32) – Reserved for future use; defaults to 0

Returns:

Error Code

Return type:

GM_Error_t32