GM_LidarQuery_t . UpdateLidarQueryPoints Method |
Changes the data for the specified fields for the points in the query.
Namespace:GlobalMapper
Assembly: GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)

C#
public static GM_Error_t32 UpdateLidarQueryPoints ( GM_LidarQuery_t aLidarQuery , GM_LidarFieldMask_t32 aValidFields , GM_LidarPoint_t aNewPointData , Object aReserved )
Parameters
- aLidarQuery
-
Type:
GlobalMapper
.
GM_LidarQuery_t
IN: Lidar query to update points in - aValidFields
-
Type:
GlobalMapper
.
GM_LidarFieldMask_t32
IN: Which fields of data are valid to be updated - aNewPointData
-
Type:
GlobalMapper
.
GM_LidarPoint_t
IN: Lidar point to update - aReserved
-
Type:
System
.
Object
IN: Reserved for future use, must be NULL
Return Value
Type: GM_Error_t32A GM Error Code
