GM_FindFlags_t32 Enumeration |
Flags to control the GM_FindNearestFeatures function
Namespace:GlobalMapper.Types
Assembly: GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)

C#
Copy
public enum GM_FindFlags_t32

Member name | Value | Description | |
---|---|---|---|
FindFlags_FindAreas | 1 | Search area features | |
FindFlags_FindLines | 2 | Search line features | |
FindFlags_FindPoints | 4 | Search point features | |
FindFlags_GetAllFeatures | 8 | Return all features in bounds (ignore search radius) | |
FindFlags_DoFullCropTest | 16 | When getting all features, make sure the features actually intersect the bounds and not that just their bounding box intersects | |
FindFlags_PartialOk | 32 | When finding features in an area, allow partial inclusion and not just complete enclosure | |
FindFlags_FindLidar | 64 | Search Lidar point clouds | |
FindFlags_FindMeshes | 128 | Search mesh (3D model) features | |
FindFlags_FindAll | 7 | Mask for search all normal feature class (areas, lines, and points) | |
FindFlags_FindAllEx | 199 | Mask for search all feature types, including meshes and Lidar |
