Exception | Description |
---|---|
ArcGIS.Core.CalledOnWrongThreadException | This method or property must be called within the lambda passed to QueuedTask.Run. |
//Run within QueuedTask var map = MapView.Active.Map; //Clear the Map clip. //If no clipping is set then this is a no-op. map.ClearClipGeometry();
Target Platforms: Windows 11, Windows 10