User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_busyeventmanager.estimatedtimeleft

Table of Contents

ITGIS_BusyEventManager.EstimatedTimeLeft property

DK for ActiveX | TatukGIS_XDK11.ITGIS_BusyEventManager.EstimatedTimeLeft | Methods | Properties

Estimated remaining time of the process at specified stage.

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

Syntax

// C#
public Int64 EstimatedTimeLeft[_stage int]
{
  get {}
}
' VisualBasic
Public Property EstimatedTimeLeft(ByVal  _stage As Integer] As Int64
  Get
  End Get
End Property
// Oxygene
public
  property EstimatedTimeLeft[ _stage : Integer ] : Int64 read;

Parameters

Name Type Description
_stage int
Integer
the index of a stage

Value

Type
long
Int64
2025/01/31 01:03

Page Tools