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

ArcGIS.Core.Geometry Namespace > MultipointBuilder Class > Update Method : Update(Int32,Double,Double) Method
The index of the vertex to update.
The x-value of the updated vertex.
The y-value of the updated vertex.
Updates the vertex at the given index. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public void Update( 
   int index,
   double x,
   double y
)
Public Overloads Sub Update( _
   ByVal index As Integer, _
   ByVal x As Double, _
   ByVal y As Double _
) 

Parameters

index
The index of the vertex to update.
x
The x-value of the updated vertex.
y
The y-value of the updated vertex.
Exceptions
ExceptionDescription
This geometry has no points
Index must be >= 0
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

MultipointBuilder Class
MultipointBuilder Members
Overload List