ArcGIS Pro 2.8 API Reference Guide
MapPointBuilderEx Constructor(Double,Double)

ArcGIS.Core.Geometry Namespace > MapPointBuilderEx Class > MapPointBuilderEx Constructor : MapPointBuilderEx Constructor(Double,Double)
The X-value.
The Y-value.
Constructs a new MapPoint builder with given x and y coordinates.
Syntax
public MapPointBuilderEx( 
   double x,
   double y
)
Public Function New( _
   ByVal x As Double, _
   ByVal y As Double _
)

Parameters

x
The X-value.
y
The Y-value.
Remarks
No attribute awareness properties are set.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

MapPointBuilderEx Class
MapPointBuilderEx Members
Overload List