globalmapper.UpdateLidarQueryPoints¶
- globalmapper.UpdateLidarQueryPoints(GM_LidarQueryHandle_t aLidarQuery, GM_LidarFieldMask_t32 aValidFields, GM_LidarPoint_t aNewPointData, int aReserved) 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 to update
aReserved (int) – Reserved for future use; must be 0.
- Returns
Error Code
- Return type
GM_Error_t32