User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_viewer.unlock_boolean

Table of Contents

TGIS_Viewer.Unlock(bool) method

DK11 for .NET | TatukGIS.NDK.TGIS_Viewer.Unlock | Overloads | Constructors | Fields | Methods | Properties | Events

Unlock the viewer but do not redraw

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

Syntax

Implements IGIS_Viewer.Unlock.

// C#
public void Unlock(
  bool _redraw
);
' VisualBasic
Public Sub Unlock(
  ByVal _redraw As Boolean
)
// Oxygene
public
  procedure Unlock(
    _redraw : Boolean
  );

Parameters

Name Type Description
_redraw bool
Boolean
If true then map should be redraw upon unlock; if false then redraw should be issued.

References

2022/11/30 19:27

Page Tools