Click or drag to resize

GM_FoundFeatureResults_t Class

This type is used to return a result set.
Inheritance Hierarchy
SystemObject
  GlobalMapperGM_FoundFeatureResults_t

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public class GM_FoundFeatureResults_t : IDisposable

The GM_FoundFeatureResults_t type exposes the following members.

Properties
  NameDescription
Public propertymFeatureCount
The number of features in the result list
Top
Methods
  NameDescription
Public methodDispose
Disposes of unmanaged resources
Top
Fields
  NameDescription
Public fieldmFeatureList
List of found features
Top
See Also