User Tools

Site Tools


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

Table of Contents

TGIS_Viewer.WaitForNotBusy method

DK for .NET | TatukGIS.NDK.TGIS_Viewer.WaitForNotBusy | Constructors | Fields | Methods | Properties | Events

Call _proc when viewer will fully end painting procees.

Available also on: Delphi | Java | ActiveX.

Syntax

Implements IGIS_Viewer.WaitForNotBusy.

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

Parameters

Name Type Description
_sender TObject sender object
_proc TGIS_WaitForNotBusyProc procedure to be executed
2025/01/31 01:14

Page Tools