ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Geometry Namespace / MapPointBuilderEx Class / CreateMapPoint Method / CreateMapPoint(SpatialReference) Method
(Optional) The SpatialReference. The default value is null.

In This Topic
    CreateMapPoint(SpatialReference) Method
    In This Topic
    Convenience method to create a MapPoint instance. The new instance is empty.
    Syntax
    Public Overloads Shared Function CreateMapPoint( _
       Optional ByVal spatialReference As SpatialReference _
    ) As MapPoint
    public static MapPoint CreateMapPoint( 
       SpatialReference spatialReference
    )

    Parameters

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

    Return Value

    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also