User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_viewer.delayedupdate

Table of Contents

IGIS_Viewer.DelayedUpdate property

DK11 for ActiveX | TatukGIS_XDK11.IGIS_Viewer.DelayedUpdate | Methods | Properties

Delayed update threshold in milliseconds. If >0 then map will be updated after a while allowing for example subsequent draw operation before full map redraw. Default value is 700.

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

Syntax

// C#
public Integer DelayedUpdate
{
  get {}
  set {}
}
' VisualBasic
Public Property DelayedUpdate As Integer
  Get
  End Get
  Set(ByVal value As Integer)
  End Set
End Property
// Oxygene
public
  property DelayedUpdate : Integer read read;

Value

Type
int
Integer
2022/11/16 01:08

Page Tools