Click or drag to resize

GM_FoundFeature_t Class

This type is used to return information about features found by GM functions
Inheritance Hierarchy
SystemObject
  GlobalMapper.TypesGM_FoundFeature_t

Namespace:  GlobalMapper.Types
Assembly:  GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
public class GM_FoundFeature_t

The GM_FoundFeature_t type exposes the following members.

Properties
  NameDescription
Public propertymDistance
Distance in pixels of feature from search location (Read-Only)
Public propertymFeatureClassType
Type of feature class (area, point, line) (Read-Only)
Public propertymFeatureIndex
Index of feature in layer (Read-Only)
Public propertymLayer
Layer the feature is in (Read-Only)
Top
Methods
Operators
  NameDescription
Public operatorStatic memberEquality
Checks for equality between two found features
Public operatorStatic memberInequality
Checks for inequality between two found features
Top
See Also