User Tools

Site Tools


api:dk11:net:tatukgis.ndk.winforms.tgis_viewerwnd.busylevel

Table of Contents

TGIS_ViewerWnd.BusyLevel property

DK11 for .NET | TatukGIS.NDK.WinForms.TGIS_ViewerWnd.BusyLevel | Constructors | Fields | Methods | Properties | Events

Level of current busy state. If 1 then most significant busy is active; if 2 then subsequent etc.

Available also on: Delphi FMX | Java | ActiveX | Python.

Syntax

// C#
[Browsable(false)]
public Integer BusyLevel
{
  get {}
}
' VisualBasic
<Browsable(false)>
Public Property BusyLevel As Integer
  Get
  End Get
End Property
// Oxygene
public
  [Browsable(false)]
  property BusyLevel : Integer read;

Value

Type
int
Integer
2022/11/16 01:38

Page Tools