User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_viewer.unlock_2_wordbool

Table of Contents

IGIS_Viewer.Unlock_2 method

DK for ActiveX | TatukGIS_XDK11.IGIS_Viewer.Unlock_2 | Methods | Properties

Unlock the viewer and optionally redraw it.

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

Syntax

// C#
public void Unlock_2(
  WordBool _redraw
);
' VisualBasic
Public Sub Unlock_2(
  ByVal _redraw As WordBool
)
// Oxygene
public
  procedure Unlock_2(
    _redraw : WordBool
  );

Parameters

Name Type Description
_redraw WordBool If True, the map is redrawn upon unlock; if False, redraw must be issued later.
2026/07/11 00:07

Page Tools