ArcGIS Pro 3.0 API Reference Guide
ArcGIS.Core.Geometry Namespace / MapPointBuilderEx Class / SetValues Method / SetValues(Double,Double) Method
X coordinate.
Y coordinate.

SetValues(Double,Double) Method
Sets the X and Y coordinates.
Syntax
public void SetValues( 
   double x,
   double y
)

Parameters

x
X coordinate.
y
Y coordinate.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

ArcGIS Pro version: 2.8 or higher.
See Also