GM_LidarReturnInfo_t Structure
Statistics about different Lidar point types. This can be used for statistics for a single class or return type

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

Syntax
C#
                                    public
                                    struct
                                    GM_LidarReturnInfo_t
                                

The GM_LidarReturnInfo_t type exposes the following members.

Methods
NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType .)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType .)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object .)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType .)
Top
Fields
NameDescription
Public fieldmCount
Number of points encountered of this type
Public fieldmKeyPointCount
Model key count
Public fieldmMaxI
Maximum Intensity value
Public fieldmMaxZ
Maximum Z value
Public fieldmMinI
Minimum Intensity value
Public fieldmMinZ
Minimum Z value
Public fieldmOverlapCount
Overlap point count
Public fieldmSyntheticCount
Synthetic count
Public fieldmWithheldCount
Withheld count
Top
See Also