Exception | Description |
---|---|
ArcGIS.Core.CalledOnWrongThreadException | This method or property must be called within the lambda passed to QueuedTask.Run. |
//Select all element on a layout. await QueuedTask.Run(() => layoutView.SelectAllElements());
Target Platforms: Windows 11, Windows 10