ArcGIS Pro 3.0 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.

Coordinate2D Constructor(MapPoint)
Represents a Coordinate2D with an X and Y value.
Syntax
public Coordinate2D( 
   MapPoint 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, Windows 8.1

ArcGIS Pro version: 2.0 or higher.
See Also