Global Mapper SDK
| GM_LidarFilter_t .LidarClassFilter_EnableGroups Method |
Initialize a Lidar class filter so that all classes with the given group are enabled.
Namespace:GlobalMapper.Lidar
Assembly: GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
C#
Copy
public static GM_Error_t32 LidarClassFilter_EnableGroups(
out GM_LidarClassFilter_t aClassFilter,
GM_LidarClassGroup_t16 aGroupMask,
bool aMatchAny
)Parameters
- aClassFilter
-
Type:
GlobalMapper.Lidar.GM_LidarClassFilter_t
OUT: class filter that will be filled in - aGroupMask
-
Type:
GlobalMapper.Lidar.GM_LidarClassGroup_t16
IN: mask of Lidar class groups to enable - aMatchAny
-
Type:
System.Boolean
IN: enable if we match any groups in the mask or require all?
Return Value
Type: GM_Error_t32A GM Error Code
Comments
0 comments
Please sign in to leave a comment.