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

ArcGIS.Core.Geometry Namespace > MapPointBuilderEx Class > SetValues Method : SetValues(Double,Double,Double,Double,Int32) Method
X coordinate.
Y coordinate.
Z coordinate.
Measure value.
ID value.
Sets the X, Y, Z, M and ID components.
Syntax
public void SetValues( 
   double x,
   double y,
   double z,
   double m,
   int id
)
Public Overloads Sub SetValues( _
   ByVal x As Double, _
   ByVal y As Double, _
   ByVal z As Double, _
   ByVal m As Double, _
   ByVal id As Integer _
) 

Parameters

x
X coordinate.
y
Y coordinate.
z
Z coordinate.
m
Measure value.
id
ID value.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

MapPointBuilderEx Class
MapPointBuilderEx Members
Overload List