ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / PointCloudSceneLayer Class / GetAvailableClassFlagsAndLabels Method

In This Topic
    GetAvailableClassFlagsAndLabels Method
    In This Topic
    Get the available classification flags and labels. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public Dictionary<int,string> GetAvailableClassFlagsAndLabels()
    Public Function GetAvailableClassFlagsAndLabels() 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 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also