GM_FoundFeature_t Class
This type is used to return information about features found by GM functions
Inheritance Hierarchy
System Object
GlobalMapper GM_FoundFeature_t

Namespace:GlobalMapper.Types
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)

Syntax
C#
                                    public
                                    class
                                    GM_FoundFeature_t
                                

The GM_FoundFeature_t type exposes the following members.

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
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
See Also