GM_LidarCompareFlags_t32 Enumeration |
Lidar comparison flags
Namespace:GlobalMapper.Lidar
Assembly: GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)

C#
Copy
public enum GM_LidarCompareFlags_t32

Member name | Value | Description | |
---|---|---|---|
LidarCompare_CheckOutsideBounds | 1 | Include points outside the intersected bounds of both clouds in the changed results? | |
LidarCompare_CompareBothDirs | 2 | Find points in 'compare to' cloud set that aren't in the 'compare' set as well as the reverse | |
LidarCompare_DelNewPoints | 4 | Mark new points as deleted in their original point cloud layer | |
LidarCompare_CreateNewLayers | 8 | Create new point cloud layers with the difference points (if any are found) | |
LidarCompare_CreateNewQueries | 16 | Save queries with the difference points from the provided loaded point cloud layer(s) | |
LidarCompare_HideProgress | 32 | Hide progress bar | |
LidarCompare_Default | 8 |

Reference
GlobalMapper.Lidar
Namespace