GM_LidarClassInfo_t .SetLidarClassInfo Method |
Set info for Lidar class code (i.e. color, name, groups)
Namespace:GlobalMapper.Lidar
Assembly: GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)

C#
public static GM_Error_t32 SetLidarClassInfo ( GM_LidarClass_t8 aLidarClass , GM_LidarClassInfo_t aClassInfo )
Parameters
- aLidarClass
-
Type:
GlobalMapper
.
GM_LidarClass_t8
IN: Lidar class to set info for - aClassInfo
-
Type:
GlobalMapper
.
GM_LidarClassInfo_t
IN: New type info to use for Lidar class (null to restore default)
Return Value
Type: GM_Error_t32A GM Error Code
