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)

Syntax
C#
Copy
public enum GM_SelectOp_t8
Members
Member nameValueDescription
SelectOp_New0New selection. Clears existing selection then adds
SelectOp_Add1 Add new selection
SelectOp_Remove2Remove feature from selection
SelectOp_Toggle3Toggle selection state of feature
SelectOp_NumTypes4 
See Also