GM_SelectOp_t8 Enumeration |
This enumeration lists various selection types
Namespace:GlobalMapper.Types
Assembly: GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)

C#
Copy
public enum GM_SelectOp_t8

Member name | Value | Description | |
---|---|---|---|
SelectOp_New | 0 | New selection. Clears existing selection then adds | |
SelectOp_Add | 1 | Add new selection | |
SelectOp_Remove | 2 | Remove feature from selection | |
SelectOp_Toggle | 3 | Toggle selection state of feature | |
SelectOp_NumTypes | 4 |
