Parameters
- mapView
Return Value
A boolean indicating if non spatial data are displayed.
| Exception | Description |
|---|---|
| System.ArgumentNullException | Map cannot be null. |
| System.ArgumentException | Map is not a link chart. |
await QueuedTask.Run(() => { // display non spatial data MapView.Active.SetShowNonSpatialData(true); // select the current set of non spatial data var selNonSpatial = MapView.Active.SelectNonSpatialData(); // perform some action // select the current set of spatial data var selSpatial = MapView.Active.SelectSpatialData(); // perform some other action });
Target Platforms: Windows 11, Windows 10