User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_viewerwnd.unlock_2_wordbool

Table of Contents

ITGIS_ViewerWnd.Unlock_2 method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_ViewerWnd.Unlock_2 | Methods | Properties

Unlock the viewer but do not redraw

Available also on: Delphi FMX | .NET WinForms | 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 then map should be redraw upon unlock; if false then redraw should be issued.
2022/11/16 01:12

Page Tools