DK11 for ActiveX | TatukGIS_XDK11.ITGIS_LayerVector.Deselect | Methods | Properties
Clears selection of shape.
// C# public void Deselect( OleVariant _uid );
' VisualBasic Public Sub Deselect( ByVal _uid As OleVariant )
// Oxygene public procedure Deselect( _uid : OleVariant );
Name | Type | Description |
---|---|---|
_uid | OleVariant | 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.