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

In This Topic
    Coordinate2D Constructor(Coordinate3D)
    In This Topic
    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 11, Windows 10, Windows 8.1

    See Also