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

ArcGIS.Core.Geometry Namespace > MapPointBuilder 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, and M components. This method must be called on the MCT. Use QueuedTask.Run.
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.
Exceptions
ExceptionDescription
This method or property must be called within the lambda passed to QueuedTask.Run.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

MapPointBuilder Class
MapPointBuilder Members
Overload List