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
  GlobalMapperGM_FoundFeature_t

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
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
  NameDescription
Public methodCompareLayer
Compares this found layer with a given layer
Top
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