ArcGIS Pro 2.9 API Reference Guide
ToMapPoint Method (Coordinate3D)

ArcGIS.Core.Geometry Namespace > Coordinate3D Structure : ToMapPoint Method
(Optional) The SpatialReference. Default value is null.
Convert the Coordinate3D into a MapPoint.
Syntax
public MapPoint ToMapPoint( 
   SpatialReference sr
)
Public Function ToMapPoint( _
   Optional ByVal sr As SpatialReference _
) As MapPoint

Parameters

sr
(Optional) The SpatialReference. Default value is null.

Return Value

Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

Coordinate3D Structure
Coordinate3D Members