Parameters
- mapView
- The map view used to update the bookmark.
| Exception | Description |
|---|---|
| ArcGIS.Core.CalledOnWrongThreadException | This method or property must be called within the lambda passed to QueuedTask.Run. |
{
// Note: Needs QueuedTask to run
{
//Update the bookmark using the active map view.
oldBookmark.Update(mapView);
}
}
Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)