Click or drag to resize

GM_LidarQuery_tUpdateLidarQueryPoints Method

Changes the data for the specified fields for the points in the query.

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public static GM_Error_t32 UpdateLidarQueryPoints(
	GM_LidarQuery_t aLidarQuery,
	GM_LidarFieldMask_t32 aValidFields,
	GM_LidarPoint_t aNewPointData,
	Object aReserved
)

Parameters

aLidarQuery
Type: GlobalMapperGM_LidarQuery_t
IN: Lidar query to update points in
aValidFields
Type: GlobalMapperGM_LidarFieldMask_t32
IN: Which fields of data are valid to be updated
aNewPointData
Type: GlobalMapperGM_LidarPoint_t
IN: Lidar point to update
aReserved
Type: SystemObject
IN: Reserved for future use, must be NULL

Return Value

Type: GM_Error_t32
A GM Error Code
See Also