User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_viewer.waitfornotbusy_itbaseobject_itgis_waitfornotbusyproc

Table of Contents

IGIS_Viewer.WaitForNotBusy method

DK for ActiveX | TatukGIS_XDK11.IGIS_Viewer.WaitForNotBusy | Methods | Properties

Call _proc when viewer will fully end painting procees.

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

Syntax

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

Parameters

Name Type Description
_sender ITBaseObject sender object
_proc ITGIS_WaitForNotBusyProc procedure to be executed
2025/01/31 01:03

Page Tools