DK11 for ActiveX | TatukGIS_XDK11.ITGIS_LayerVector.DeselectAll | Methods | Properties
Clears selection of all shapes.
// C# public void DeselectAll();
' VisualBasic Public Sub DeselectAll()
// Oxygene public procedure DeselectAll;
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.