ArcGIS Pro 2.6 API Reference Guide
Coordinate2D Constructor(MapPoint)

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.
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 10, Windows 8.1, Windows 7

See Also

Reference

Coordinate2D Structure
Coordinate2D Members
Overload List