Parameters
- name
- The new bookmark name.
Exception | Description |
---|---|
ArcGIS.Core.CalledOnWrongThreadException | This method or property must be called within the lambda passed to QueuedTask.Run. |
public Task RenameBookmarkAsync(Bookmark bookmark, string newName) { return QueuedTask.Run(() => bookmark.Rename(newName)); }
Target Platforms: Windows 10, Windows 8.1, Windows 7