User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_viewer.busyshake_itbaseobject_integer_integer_wordbool

Table of Contents

IGIS_Viewer.BusyShake method

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

Shake Busy state.

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

Syntax

// C#
public void BusyShake(
  ITBaseObject _sender,
  int _pos,
  int _end,
  ref WordBool _abort
);
' VisualBasic
Public Sub BusyShake(
  ByVal _sender As ITBaseObject,
  ByVal _pos As Integer,
  ByVal _end As Integer,
  ByRef _abort As WordBool
)
// Oxygene
public
  procedure BusyShake(
    _sender : ITBaseObject;
    _pos : Integer;
    _end : Integer;
    var _abort : WordBool
  );

Parameters

Name Type Description
_sender ITBaseObject component which is causing long-term operations
_pos int
Integer
current progress
_end int
Integer
maximal progress value
_abort WordBool if set to True inside message handler then an abort request.

Remarks

For percent of completion calculation you should provide proper _pos and _end values. If you can not calculate these values - please provide 0.

See BusyPrepare.

2025/01/31 01:03

Page Tools