ArcGIS Pro 2.9 API Reference Guide
MapPointBuilderEx Constructor(Coordinate2D,SpatialReference)

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.
Constructs a new MapPoint builder with the given coordinates.
Syntax
public MapPointBuilderEx( 
   Coordinate2D coord2D,
   SpatialReference sr
)
Public Function New( _
   ByVal coord2D As Coordinate2D, _
   Optional ByVal sr As SpatialReference _
)

Parameters

coord2D
Specifies the x and y coordinates for this instance.
sr
(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

Reference

MapPointBuilderEx Class
MapPointBuilderEx Members
Overload List