ArcGIS Pro 2.6 API Reference Guide
QueryAvailableClassCodesAndLabels Method

ArcGIS.Desktop.Mapping Namespace > PointCloudSceneLayer Class : QueryAvailableClassCodesAndLabels Method
Query the available classification codes and their corresponding labels. This method must be called on the MCT. Use QueuedTask.Run
Syntax
public Dictionary<int,string> QueryAvailableClassCodesAndLabels()
Public Function QueryAvailableClassCodesAndLabels() As Dictionary(Of Integer,String)

Return Value

Exceptions
ExceptionDescription
This method or property must be called within the lambda passed to QueuedTask.Run.
Remarks
Classification codes are used to define the type of surface, or surfaces, that reflected the lidar pulse. Classification codes are used in a PointCloudFilterDefinition to filter which point cloud data is rendered (or not)
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

PointCloudSceneLayer Class
PointCloudSceneLayer Members