| Overload | Description |
|---|---|
| Update(Int32,Double,Double) | Updates the vertex at the given index. This method must be called on the MCT. Use QueuedTask.Run. |
| Update(Int32,Coordinate2D) | Updates the vertex at the given index. This method must be called on the MCT. Use QueuedTask.Run. |
| Update(Int32,Coordinate3D) | Updates the vertex at the given index. This method must be called on the MCT. Use QueuedTask.Run. |
| Update(Int32,MapPoint) | Updates the vertex at the given index. This method must be called on the MCT. Use QueuedTask.Run. |