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(() =>
{
  MapView.Active.ClearRootNodes();
});
	Target Platforms: Windows 11, Windows 10