ArcGIS Pro 3.5 API Reference Guide
ArcGIS.Core.Data.Analyst3D Namespace / LasPointSelection Enumeration

In This Topic
    LasPointSelection Enumeration
    In This Topic
    LAS point selection type. See LasPyramidInfo.PyramidType
    Syntax
    Members
    MemberDescription
    Center Select point closest to the center.
    ClassCode Select point with the specified class code.
    IntensityAverage Select point of which the intensity value is the closest to the average.
    IntensityMax Select point with the maximum intensity value.
    IntensityMin Select point with the minimum intensity value.
    IntensityMinMax Select point with the minimum (or maximum) intensity value.
    MostFrequentClassCode Select point with the class code that has the hightest point count.
    None None.
    Return Select point with the specified return number.
    ZAverage Select point of which the Z value is the closest to the average.
    ZMax Select point with the maximum z value.
    ZMin Select point with the minimum z value.
    ZMinZMax Select point with the minimum (or maximum) z value.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Core.Data.Analyst3D.LasPointSelection

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.5 or higher.
    See Also