UpdateLidarQueryPoints ====================== .. currentmodule:: globalmapper .. py:function:: UpdateLidarQueryPoints (GM_LidarQueryHandle_t aLidarQuery, GM_LidarFieldMask_t32 aValidFields, GM_LidarPoint_t aNewPointData, uint32 aReserved=0) -> 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 with the field value to copy from :param uint32 aReserved: Reserved for future use; defaults to 0 :returns: Error Code :rtype: GM_Error_t32