ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Core.Geometry Namespace / MapPointBuilderEx Class / MapPointBuilderEx Constructor / MapPointBuilderEx Constructor(Double,Double,SpatialReference)
The X-value.
The Y-value.
(Optional) The SpatialReference. The default value is null.

In This Topic
    MapPointBuilderEx Constructor(Double,Double,SpatialReference)
    In This Topic
    Creates a new MapPointBuilderEx instance with the given X and Y coordinates.
    Syntax
    public MapPointBuilderEx( 
       double x,
       double y,
       SpatialReference spatialReference
    )
    Public Function New( _
       ByVal x As Double, _
       ByVal y As Double, _
       Optional ByVal spatialReference As SpatialReference _
    )

    Parameters

    x
    The X-value.
    y
    The Y-value.
    spatialReference
    (Optional) The SpatialReference. The default value is null.
    Remarks
    No attribute awareness properties are set.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 8.1

    See Also