DK11 for .NET | TatukGIS.NDK.TGIS_LayerVector.DeselectAll | Constructors | Fields | Methods | Properties | Events
Clears selection of all shapes.
// C# public virtual void DeselectAll();
' VisualBasic Public Overridable Sub DeselectAll()
// Oxygene public procedure DeselectAll; virtual;
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.