GM_LidarCompareFlags_t32 Enumeration
Lidar comparison flags

Namespace:GlobalMapper.Lidar
Assembly:  GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)

Syntax
C#
Copy
public enum GM_LidarCompareFlags_t32
Members
Member nameValueDescription
LidarCompare_CheckOutsideBounds1Include points outside the intersected bounds of both clouds in the changed results?
LidarCompare_CompareBothDirs2 Find points in 'compare to' cloud set that aren't in the 'compare' set as well as the reverse
LidarCompare_DelNewPoints4Mark new points as deleted in their original point cloud layer
LidarCompare_CreateNewLayers8Create new point cloud layers with the difference points (if any are found)
LidarCompare_CreateNewQueries16 Save queries with the difference points from the provided loaded point cloud layer(s)
LidarCompare_HideProgress32Hide progress bar
LidarCompare_Default8
See Also

Reference