User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_layervector.deselectall_void

Table of Contents

TGIS_LayerVector.DeselectAll method

DK11 for Python | tatukgis.pdk.TGIS_LayerVector.DeselectAll | Constructors | Methods | Properties | Events

Clears selection of all shapes.

Available also on: Delphi | .NET | Java | ActiveX.

Syntax

# Python
def DeselectAll(
  self
) -> None: 

Remarks

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.

References

2022/11/21 01:51

Page Tools