ArcGIS Pro 2.6 API Reference Guide
Coordinate2D Constructor(Coordinate3D)

ArcGIS.Core.Geometry Namespace > Coordinate2D Structure > Coordinate2D Constructor : Coordinate2D Constructor(Coordinate3D)
Coordinate value 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( 
   Coordinate3D coordinate
)
Public Function New( _
   ByVal coordinate As Coordinate3D _
)

Parameters

coordinate
Coordinate value 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