UpdateLidarQueryPoints¶
- globalmapper.UpdateLidarQueryPoints(GM_LidarQueryHandle_t aLidarQuery, GM_LidarFieldMask_t32 aValidFields, GM_LidarPoint_t aNewPointData, uint32 aReserved=0) GM_Error_t32[source]¶
- Updates all of the points in the Lidar query with the new field values. Use this to edit the values for all points in a Lidar query created with a CreateLidarQuery call. - Parameters:
- aLidarQuery (GM_LidarQueryHandle_t) – Lidar query to update points in 
- aValidFields (GM_LidarFieldMask_t32) – Which fields of data are valid to be updated 
- aNewPointData (GM_LidarPoint_t) – Lidar point with the field value to copy from 
- aReserved (uint32) – Reserved for future use; defaults to 0 
 
- Returns:
- Error Code 
- Return type:
- GM_Error_t32 
 
