ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.Analyst3D Namespace / LasPoint Class / IsKeyPoint Property

In This Topic
    IsKeyPoint Property
    In This Topic
    Gets if the point is a key point. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public bool IsKeyPoint {get;}
    Public ReadOnly Property IsKeyPoint As Boolean
    Remarks
    A key point is a point that is not withheld in any thinning algorithm.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also