DK11 for Java | tatukgis.jdk.TGIS_LayerVector.Deselect | Constructors | Fields | Methods | Properties | Events
Clears selection of shape.
// Java public void Deselect( long _uid );
// Oxygene public procedure Deselect( _uid : TGIS_Uid ); virtual;
Name | Type | Description |
---|---|---|
_uid | long 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.