ArcGIS Pro 3.7 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 Function GetAvailableClassFlagsAndLabels() As Dictionary(Of Integer,String)
    public Dictionary<int,string> GetAvailableClassFlagsAndLabels()

    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also