ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / Coordinate3D Structure / Coordinate3D Constructor / Coordinate3D Constructor(Coordinate3D)
Coordinate3D value whose X, Y, and Z values will be used as the X, Y, and Z values of the Coordinate3D respectively.

In This Topic
    Coordinate3D Constructor(Coordinate3D)
    In This Topic
    Constructs a Coordinate3D with an X, Y, and Z value used for manipulating 3D vertices and 3D vectors.
    Syntax
    public Coordinate3D( 
       Coordinate3D coordinate
    )
    Public Function New( _
       ByVal coordinate As Coordinate3D _
    )

    Parameters

    coordinate
    Coordinate3D value whose X, Y, and Z values will be used as the X, Y, and Z values of the Coordinate3D respectively.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also