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
  NameDescription
Public methodCompareLayer
Compares this found layer with a given layer
Public methodEquals
Checks for equality between two found features
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Gets the Hash Code
(Overrides ObjectGetHashCode.)
Public methodToString
Gets a string representation of this object
(Overrides ObjectToString.)
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