User Tools

Site Tools


api:dk11:net:tatukgis.ndk.igis_viewer.invalidateeditor_boolean

Table of Contents

IGIS_Viewer.InvalidateEditor method

DK11 for .NET | TatukGIS.NDK.IGIS_Viewer.InvalidateEditor | Methods | Properties

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

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

Syntax

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

Parameters

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

Page Tools