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

In This Topic
    Coordinate2D Property (LasPoint)
    In This Topic
    Gets a ArcGIS.Core.Geometry.Coordinate2D structure with the X and Y values. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public Coordinate2D Coordinate2D {get;}
    Public ReadOnly Property Coordinate2D As Coordinate2D
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also