Click or drag to resize

GM_LidarClassInfo_t Class

This type is used to get/set information about Lidar classes
Inheritance Hierarchy
SystemObject
  GlobalMapperGM_LidarClassInfo_t

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public class GM_LidarClassInfo_t

The GM_LidarClassInfo_t type exposes the following members.

Constructors
Methods
  NameDescription
Public methodStatic memberGetLidarClassInfo
Get info for Lidar class code (i.e. color, name, groups)
Public methodStatic memberSetLidarClassInfo
Set info for Lidar class code (i.e. color, name, groups)
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