View.DeselectAll Method
Clears all features and plots from the current selection and updates the view.
DeselectAll()
Clears all features and plots from the current selection and updates the view.Syntax
public void DeselectAll ()
Remarks
Whether a feature or plot is selected or not is not a property of the feature or plot itself. Instead, each view keeps a separate list of features and plots that are selected, in that view only. In other words, it is possible to show the same feature in two different views, but only selected in one of them.
This method clears the selection list in this view and updates affected areas.
Platforms
Windows, Linux, Android