User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_layervector.deselect_olevariant

Table of Contents

ITGIS_LayerVector.Deselect method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_LayerVector.Deselect | Methods | Properties

Clears selection of shape.

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

Syntax

// C#
public void Deselect(
  OleVariant _uid
);
' VisualBasic
Public Sub Deselect(
  ByVal _uid As OleVariant
)
// Oxygene
public
  procedure Deselect(
    _uid : OleVariant
  );

Parameters

Name Type Description
_uid OleVariant Uid of a shape to be deselected

Remarks

Use this method to clear selection of a shape indicated by Uid. Internally it sets IsSelected shape property to False.

See Shape for example.

2022/11/16 01:10

Page Tools