ArcGIS Pro 2.8 API Reference Guide
SetValues(Double,Double) Method

ArcGIS.Core.Geometry Namespace > MapPointBuilderEx Class > SetValues Method : SetValues(Double,Double) Method
X coordinate.
Y coordinate.
Sets the X and Y coordinates.
Syntax
public void SetValues( 
   double x,
   double y
)
Public Overloads Sub SetValues( _
   ByVal x As Double, _
   ByVal y As Double _
) 

Parameters

x
X coordinate.
y
Y coordinate.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

MapPointBuilderEx Class
MapPointBuilderEx Members
Overload List