GM_LidarUtil_t .LidarCompareQuery Method |
Compare two sets of points to find differences. The differences will be saved as a new point layer.
Namespace:GlobalMapper.Lidar
Assembly: GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)

C#
Copy
public static GM_Error_t32 LidarCompareQuery(
GM_LidarQuery_t aQueryCompareTo,
GM_LidarQuery_t aQueryCompare,
GM_LidarCompareSetup_t aSetup,
IntPtr aReserved
)
Parameters
- aQueryCompareTo
-
Type: GlobalMapper.Lidar.GM_LidarQuery_t
Lidar query with points to compare against. - aQueryCompare
-
Type: GlobalMapper.Lidar.GM_LidarQuery_t
Lidar points with points to compare - aSetup
-
Type:
GlobalMapper.Lidar.GM_LidarColorizeSetup_t
Setup options for operation - aReserved
-
Type:
System.IntPtr
IN: Reserved for future use. Must be NULL.
Return Value
Type: GM_Error_t32A GM Error Code
