User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_viewer.invalidateeditor_wordbool

Table of Contents

IGIS_Viewer.InvalidateEditor method

DK11 for ActiveX | TatukGIS_XDK11.IGIS_Viewer.InvalidateEditor | Methods | Properties

Invalidate editor. To mark viewer after editor change to redraw state.

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

Syntax

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

Parameters

Name Type Description
_final WordBool True if map must updated at the end of editing process; otherwise a normal "shallow" screen refresh to be performed
2022/11/16 01:08

Page Tools