ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Data.Analyst3D Namespace / LasPoint Class / ClassCode Property

In This Topic
    ClassCode Property (LasPoint)
    In This Topic
    Gets the class code. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    Public ReadOnly Property ClassCode As Byte
    public byte ClassCode {get;}
    Remarks
    The valid LAS class code range is 0-31 for LAS file versions 1.1, 1.2, 1.3 and 0-255 for version 1.0 and 1.4.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.2 or higher.
    See Also