User Tools

Site Tools


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

Table of Contents

TGIS_ViewerWnd.IsBusy property

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

True if Viewer is busy.

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

Syntax

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

Value

Type
bool
Boolean
2022/11/16 01:38

Page Tools