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

In This Topic
    WithheldPoints Property (LasPointFilter)
    In This Topic
    Gets and sets whether withheld points are filtered. Default value is false.
    Syntax
    public bool WithheldPoints {get; set;}
    Public Property WithheldPoints As Boolean
    Remarks
    If a point is marked as withheld, then it will not be included in any processing.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also