ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / Coordinate2D Structure / Coordinate2D Constructor / Coordinate2D Constructor(MapPoint)
MapPoint instance whose X and Y values will be used as the X and Y value of the Coordinate2D respectively.

In This Topic
    Coordinate2D Constructor(MapPoint)
    In This Topic
    Represents a Coordinate2D with an X and Y value.
    Syntax
    public Coordinate2D( 
       MapPoint mapPoint
    )
    Public Function New( _
       ByVal mapPoint As MapPoint _
    )

    Parameters

    mapPoint
    MapPoint instance whose X and Y values will be used as the X and Y value of the Coordinate2D respectively.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also