User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_viewerwnd.invalidateeditor_wordbool

Table of Contents

ITGIS_ViewerWnd.InvalidateEditor method

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

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

Available also on: Delphi FMX | .NET WinForms | 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:12

Page Tools