User Tools

Site Tools


api:dk11:net:tatukgis.ndk.winforms.tgis_viewerwnd.controlupdatesynchronize_boolean

Table of Contents

TGIS_ViewerWnd.ControlUpdateSynchronize method

DK11 for .NET | TatukGIS.NDK.WinForms.TGIS_ViewerWnd.ControlUpdateSynchronize | Constructors | Fields | Methods | Properties | Events

Wait for pending paint operation to be finalized.

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

Syntax

Implements IGIS_ViewerParent.ControlUpdateSynchronize.

// C#
public bool ControlUpdateSynchronize(
  bool _interrupt
);
' VisualBasic
Public Function ControlUpdateSynchronize(
  ByVal _interrupt As Boolean
) As Boolean
// Oxygene
public
  function ControlUpdateSynchronize(
    _interrupt : Boolean
  ) : Boolean;

Parameters

Name Type Description
_interrupt bool
Boolean
interrupt any pending operation

Result

Type Description
bool
Boolean
True if operation were synchronized; False if synchronization is not possible and current operation should not continue.

Remarks

Do not call this method directly. Method is only for internal Viewer/Parent communication.

2022/11/16 01:38

Page Tools