ArcGIS Pro 2.6 API Reference Guide
Explicit Type Conversion Operator (Coordinate2D)

ArcGIS.Core.Geometry Namespace > Coordinate2D Structure : Explicit Type Conversion Operator
MapPoint instance whose X and Y values will be used as the X and Y value of the Coordinate2D respectively.
Allow explicit casting of a MapPoint to a Coordinate2D.
Syntax
public Coordinate2D operator explicit( 
   MapPoint point
)
Public Operator Narrowing CType( _
   ByVal point As MapPoint _
) As Coordinate2D

Parameters

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

Return Value

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

Coordinate2D Structure
Coordinate2D Members