User Tools

Site Tools


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

Table of Contents

TGIS_Viewer.DelayedUpdate property

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

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 | Java | ActiveX | 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
2025/01/31 01:14

Page Tools