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

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

Parameters

x
X coordinate.
y
Y coordinate.
z
Z coordinate.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

MapPointBuilderEx Class
MapPointBuilderEx Members
Overload List