ArcGIS Pro 3.7 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 Property WithheldPoints As Boolean
    public bool WithheldPoints {get; set;}
    Remarks
    If a point is marked as withheld, then it will not be included in any processing.
    Requirements

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

    ArcGIS Pro version: 3.2 or higher.
    See Also