ArcGIS Pro 2.9 API Reference Guide
CreateMapPoint(SpatialReference) Method

ArcGIS.Core.Geometry Namespace > MapPointBuilderEx Class > CreateMapPoint Method : CreateMapPoint(SpatialReference) Method
(Optional) The SpatialReference. The default value is null.
Convenience method to quickly create a MapPoint instance.
Syntax
public static MapPoint CreateMapPoint( 
   SpatialReference spatialReference
)
Public Overloads Shared Function CreateMapPoint( _
   Optional ByVal spatialReference As SpatialReference _
) As MapPoint

Parameters

spatialReference
(Optional) The SpatialReference. The default value is null.

Return Value

Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

MapPointBuilderEx Class
MapPointBuilderEx Members
Overload List