Parameters
- mapView
| Exception | Description |
|---|---|
| System.ArgumentNullException | Map cannot be null. |
| System.ArgumentException | Map is not a link chart. |
| ArcGIS.Core.CalledOnWrongThreadException | This method or property must be called within the lambda passed to QueuedTask.Run. |
{
await QueuedTask.Run(() =>
{
//Assuming mapview is a link chart view
MapView.Active.ClearRootNodes();
});
}
Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)