ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / MapPointBuilderEx Class / MapPointBuilderEx Constructor / MapPointBuilderEx Constructor(Coordinate2D,SpatialReference)
Specifies the X and Y coordinates for this instance.
(Optional) The SpatialReference. The default value is null.

In This Topic
    MapPointBuilderEx Constructor(Coordinate2D,SpatialReference)
    In This Topic
    Creates a new MapPointBuilderEx instance with the given coordinates.
    Syntax
    public MapPointBuilderEx( 
       Coordinate2D coord2D,
       SpatialReference spatialReference
    )
    Public Function New( _
       ByVal coord2D As Coordinate2D, _
       Optional ByVal spatialReference As SpatialReference _
    )

    Parameters

    coord2D
    Specifies the X and Y coordinates for this instance.
    spatialReference
    (Optional) The SpatialReference. The default value is null.
    Remarks
    No attribute awareness properties are set.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also