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

In This Topic
    IsWithheld Property
    In This Topic
    Gets if the point is marked as withheld. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public bool IsWithheld {get;}
    Public ReadOnly Property IsWithheld 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