Click or drag to resize

GM_SelectFlags_t32 Enumeration

Flags to control the GM_GetSelectedFeatures function

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public enum GM_SelectFlags_t32
Members
  Member nameValueDescription
SelectFlags_Areas1Get selected area features
SelectFlags_Lines2Get selected line features
SelectFlags_Points4Get selected point features
SelectFlags_Meshes8Get selected mesh (3D model) features
SelectFlags_Lidar16Get selected Lidar points
SelectFlags_All7Mask to get all selected normal feature classes (areas, lines, and points)
SelectFlags_AllEx31Mask to get all feature classes, including Lidar and meshes
See Also