GM_FoundFeatureCollection_t Class
A collection of features found by GM functions
Inheritance Hierarchy
System Object
GlobalMapper GM_FoundFeatureCollection_t

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

Syntax
C#
                                    public
                                    class
                                    GM_FoundFeatureCollection_t
                                

The GM_FoundFeatureCollection_t type exposes the following members.

Methods
NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object .
(Inherited from Object .)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object .)
Public methodGetAreas
Gets a list of all area features from the the FoundFeatureCollection
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object .)
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
Public methodGetType
Gets the type of the current instance.
(Inherited from Object .)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
Properties
NameDescription
Public propertyCount
Number of Found Features
Public propertyItem
A List of Found Features
Top
See Also