DeselectAll Method

The DeselectAll method deselects all objects.

Syntax

object.DeselectAll

Example

This example shows how to deselect all selected objects.

Plot.Selection.DeselectAll()

 

Used by: AutoSelection collection