Click or drag to resize

GM_PredicateResultTargets_t8 Enumeration

Result targets for predicate results

Namespace:  GlobalMapper
Assemblies:   GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 23.0.0.0 (23.0.0.0)
  GlobalMapperWrapperNET35 (in GlobalMapperWrapperNET35.dll) Version: 23.0.0.0 (23.0.0.0)
Syntax
public enum GM_PredicateResultTargets_t8
Members
  Member nameValueDescription
PredicateResult_CreateNewSelection0Create new selection from matched features
PredicateResult_AddToSelection1Add matched features to current selection
PredicateResult_RemoveFromSelection2Remove matched features from current selection
PredicateResult_CreateNewLayer3Clone matched features into a new layer
PredicateResult_ReturnFeatures4Return matched via GM_FoundFeatureResults_t*
See Also