Click or drag to resize

GM_FoundFeatureCollection_t Class

A collection of features found by GM functions
Inheritance Hierarchy
SystemObject
  GlobalMapperGM_FoundFeatureCollection_t

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

The GM_FoundFeatureCollection_t type exposes the following members.

Properties
  NameDescription
Public propertyCount
Number of Found Features
Public propertyItem
A List of Found Features
Top
Methods
  NameDescription
Public methodGetAreas
Gets a list of all area features from the the FoundFeatureCollection
Public methodGetLidarPoints
Gets a list of all lidar point features from the the FoundFeatureCollection
Public methodGetLines
Gets a list of all line features from the the FoundFeatureCollection
Public methodGetPoints
Gets a list of all point features from the the FoundFeatureCollection
Top
See Also