Parameters
- mapView
Return Value
A boolean indicating if root nodes are displayed.
Exception | Description |
---|---|
System.ArgumentNullException | Map cannot be null. |
System.ArgumentException | Map is not a link chart. |
var val = MapView.Active.GetShowRootNodes(); await QueuedTask.Run(() => { MapView.Active.SetShowRootNodes(!val); });
Target Platforms: Windows 11, Windows 10