ArcGIS Pro 2.6 API Reference Guide
QueryAvailableClassFlagsAndLabels Method

ArcGIS.Desktop.Mapping Namespace > PointCloudSceneLayer Class : QueryAvailableClassFlagsAndLabels Method
Query the available classification flags and labels. This method must be called on the MCT. Use QueuedTask.Run
Syntax
public Dictionary<int,string> QueryAvailableClassFlagsAndLabels()
Public Function QueryAvailableClassFlagsAndLabels() 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 flag values provide a secondary description of the point cloud data (beyond their classification code). Flags include Synthetic, key-point, withheld, and overlap. Less common are scan direction and edge of flight line. Classification flags 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