User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_layervector.deselectall_void

Table of Contents

ITGIS_LayerVector.DeselectAll method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_LayerVector.DeselectAll | Methods | Properties

Clears selection of all shapes.

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

Syntax

// C#
public void DeselectAll();
' VisualBasic
Public Sub DeselectAll()
// Oxygene
public
  procedure DeselectAll;

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/16 01:10

Page Tools