Click or drag to resize

GM_FoundFeatureCollection_t Class

A collection of features found by GM functions
Inheritance Hierarchy
SystemObject
  GlobalMapper.TypesGM_FoundFeatureCollection_t

Namespace:  GlobalMapper.Types
Assembly:  GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
public class GM_FoundFeatureCollection_t : ICollection, 
	IEnumerable

The GM_FoundFeatureCollection_t type exposes the following members.

Properties
  NameDescription
Public propertyCount
Number of Found Features
Public propertyIsSynchronized
Gets a value indicating whether access to the Array is synchronized (thread safe).
Public propertyItem
A List of Found Features
Public propertySyncRoot
Gets an object that can be used to synchronize access to the Array.
Top
Methods
  NameDescription
Public methodCopyTo
Copies array of found features to generic Array
Public methodGetAreas
Gets a list of all area features from the the FoundFeatureCollection
Public methodGetEnumerator
gets an Enumerator of the Found Features
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