User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_layervector.deselectall_void

Table of Contents

TGIS_LayerVector.DeselectAll method

DK11 for .NET | TatukGIS.NDK.TGIS_LayerVector.DeselectAll | Constructors | Fields | Methods | Properties | Events

Clears selection of all shapes.

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

Syntax

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

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:34

Page Tools