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

ArcGIS.Core.Geometry Namespace > MultipointBuilder Class > Update Method : Update(Int32,MapPoint) Method
The index of the vertex to update.
The coordinates 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,
   MapPoint point
)
Public Overloads Sub Update( _
   ByVal index As Integer, _
   ByVal point As MapPoint _
) 

Parameters

index
The index of the vertex to update.
point
The coordinates of the updated vertex.
Exceptions
ExceptionDescription
point is null
This geometry has no points
Index must be >= 0
This method or property must be called within the lambda passed to QueuedTask.Run.
Incompatible spatial references.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

MultipointBuilder Class
MultipointBuilder Members
Overload List