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

ArcGIS.Core.Geometry Namespace > MultipointBuilder Class > Update Method : Update(Int32,Coordinate3D) 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,
   Coordinate3D coordinate
)
Public Overloads Sub Update( _
   ByVal index As Integer, _
   ByVal coordinate As Coordinate3D _
) 

Parameters

index
The index of the vertex to update.
coordinate
The coordinates 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