ArcGIS Pro 2.6 API Reference Guide
Coordinate3D Constructor(MapPoint)

ArcGIS.Core.Geometry Namespace > Coordinate3D Structure > Coordinate3D Constructor : Coordinate3D Constructor(MapPoint)
MapPoint instance whose X, Y and Z values will be used as the X, Y and Z values of the Coordinate3D respectively.
Constructs a Coordinate3D with an X, Y, and Z value used for manipulating 3D vertices and 3D vectors.
Syntax
public Coordinate3D( 
   MapPoint mapPoint
)
Public Function New( _
   ByVal mapPoint As MapPoint _
)

Parameters

mapPoint
MapPoint instance whose X, Y and Z values will be used as the X, Y and Z values of the Coordinate3D respectively.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

Coordinate3D Structure
Coordinate3D Members
Overload List