ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.Analyst3D Namespace / LasPointFilter Class / OverlapPoints Property

In This Topic
    OverlapPoints Property (LasPointFilter)
    In This Topic
    Gets and sets whether overlap points are filtered. Default value is true.
    Syntax
    public bool OverlapPoints {get; set;}
    Public Property OverlapPoints As Boolean
    Remarks
    An overlap point is a point that is within the overlap region of two or more flight lines or swaths.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also