GM_LidarClassInfo_t Class
This type is used to get/set information about Lidar classes
Inheritance Hierarchy
System . Object
GlobalMapper . GM_LidarClassInfo_t

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

Syntax
C#
                                    public
                                    class
                                    GM_LidarClassInfo_t
                                

The GM_LidarClassInfo_t type exposes the following members.

Constructors
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 methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object .)
Public methodStatic memberGetLidarClassInfo
Get info for Lidar class code (i.e. color, name, groups)
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 methodStatic memberSetLidarClassInfo
Set info for Lidar class code (i.e. color, name, groups)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
Fields
NameDescription
Public fieldmClass
Classification
Public fieldmClassGroup
Mask of group(s) the class is in
Public fieldmColor
Color to use for rendering class points
Public fieldmName
Classification name (set to NULL to reset to default name in GM_SetLidarClassInfo)
Top
See Also