ArcGIS Pro 2.6 API Reference Guide
CreateMapPoint(Coordinate3D,SpatialReference) Method

ArcGIS.Core.Geometry Namespace > MapPointBuilder Class > CreateMapPoint Method : CreateMapPoint(Coordinate3D,SpatialReference) Method
Specifies the coordinates of the MapPoint.
(Optional) The SpatialReference. The default value is null.
Convenience method to quickly create a MapPoint instance.
Syntax
Public Overloads Shared Function CreateMapPoint( _
   ByVal coordinate3D As Coordinate3D, _
   Optional ByVal spatialReference As SpatialReference _
) As MapPoint

Parameters

coordinate3D
Specifies the coordinates of the MapPoint.
spatialReference
(Optional) The SpatialReference. The default value is null.

Return Value

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

MapPointBuilder Class
MapPointBuilder Members
Overload List