globalmapper.UpdateLidarQueryPoints =================================== .. currentmodule:: globalmapper .. py:function:: UpdateLidarQueryPoints (GM_LidarQueryHandle_t aLidarQuery, GM_LidarFieldMask_t32 aValidFields, GM_LidarPoint_t aNewPointData, int aReserved) -> GM_Error_t32 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 :doc:`CreateLidarQuery` call. :param GM_LidarQueryHandle_t aLidarQuery: Lidar query to update points in :param GM_LidarFieldMask_t32 aValidFields: Which fields of data are valid to be updated :param GM_LidarPoint_t aNewPointData: Lidar point to update :param int aReserved: Reserved for future use; must be 0. :returns: Error Code :rtype: GM_Error_t32