DK11 for Python | tatukgis.pdk.TGIS_LayerVector.Deselect | Constructors | Methods | Properties | Events
Clears selection of shape.
# Python def Deselect( self _uid: TGIS_Uid ) -> None:
Name | Type | Description |
---|---|---|
_uid | TGIS_Uid | Uid of a shape to be deselected |
Use this method to clear selection of a shape indicated by Uid. Internally it sets IsSelected shape property to False.
See Shape for example.