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

In This Topic
    IsSyntheticPoint Property
    In This Topic
    Gets if the point is a synthetic point. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public bool IsSyntheticPoint {get;}
    Public ReadOnly Property IsSyntheticPoint As Boolean
    Remarks
    A synthetic point is a point that was created by a process other than lidar collection; such as being digitized from a photogrammetric stereo model.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also