Click or drag to resize

GM_LidarQuery_tAddLidarQueryToQuery Method

Adds a Lidar query to another Lidar query

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public static GM_Error_t32 AddLidarQueryToQuery(
	GM_LidarQuery_t aAddToLidarQuery,
	GM_LidarQuery_t aAddFromLidarQuery,
	Object aReserved
)

Parameters

aAddToLidarQuery
Type: GlobalMapperGM_LidarQuery_t
IN: Lidar query to update
aAddFromLidarQuery
Type: GlobalMapperGM_LidarQuery_t
IN: Lidar query to add points from
aReserved
Type: SystemObject
IN: Reserved for future use, must be NULL

Return Value

Type: GM_Error_t32
A GM Error Code
See Also