| GM_LidarClassInfo_t Class | 
            This type is used to get/set information about Lidar classes
            
                                                 Inheritance Hierarchy
                        Inheritance Hierarchy
                    
                                                Assembly: GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)
 Syntax
                        Syntax
                    C#
                                    public
                                    class
                                    GM_LidarClassInfo_t
                                The GM_LidarClassInfo_t type exposes the following members.
 Constructors
                        Constructors
                    | Name | Description | |
|---|---|---|
|  | GM_LidarClassInfo_t | 
            Default Constructor for a point feature style
             | 
|  | GM_LidarClassInfo_t(GM_LidarClass_t8, GM_LidarClassGroup_t16, String, Color) | 
            Constructor for a point feature style
             | 
 Methods
                        Methods
                    | Name | Description | |
|---|---|---|
|  | Equals | (Inherited from Object .) | 
|  | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from 
                                Object
                                .) | 
|  | GetHashCode | Serves as a hash function for a particular type. (Inherited from 
                                Object
                                .) | 
|   | GetLidarClassInfo | 
            Get info for Lidar class code (i.e. color, name, groups)
             | 
|  | GetType | Gets the type of the current instance.(Inherited from 
                                Object
                                .) | 
|  | MemberwiseClone | 
                                    Creates a shallow copy of the current 
                                    Object
                                    .
                                (Inherited from 
                                Object
                                .) | 
|   | SetLidarClassInfo | 
            Set info for Lidar class code (i.e. color, name, groups)
             | 
|  | ToString | Returns a string that represents the current object.(Inherited from 
                                Object
                                .) | 
 Fields
                        Fields
                    | Name | Description | |
|---|---|---|
|  | mClass | Classification | 
|  | mClassGroup | Mask of group(s) the class is in | 
|  | mColor | Color to use for rendering class points | 
|  | mName | Classification name (set to NULL to reset to default name in GM_SetLidarClassInfo) | 
 See Also
                        See Also