User Tools

Site Tools


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

Table of Contents

IGIS_Viewer.WaitForNotBusy method

DK for .NET | TatukGIS.NDK.IGIS_Viewer.WaitForNotBusy | Methods | Properties

Calls _proc when the viewer fully finishes the painting process.

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

Syntax

// C#
public void WaitForNotBusy(
  Object _sender,
  TGIS_WaitForNotBusyProc _proc
);
' VisualBasic
Public Sub WaitForNotBusy(
  ByVal _sender As Object,
  ByVal _proc As TGIS_WaitForNotBusyProc
)
// Oxygene
public
  procedure WaitForNotBusy(
    _sender : TObject;
    _proc : TGIS_WaitForNotBusyProc
  );

Parameters

Name Type Description
_sender Object
TObject
Sender object.
_proc TGIS_WaitForNotBusyProc Procedure to execute.
2026/07/11 01:13

Page Tools