DK11 for Python | tatukgis.pdk.TGIS_LayerVector.DeselectAll | Constructors | Methods | Properties | Events
Clears selection of all shapes.
# Python def DeselectAll( self ) -> None:
Use this method to clear the selection of all shapes. Internally it sets IsSelected shape property to False for all shapes.
See Shape for example.