User Tools

Site Tools


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

Table of Contents

TGIS_ViewerWnd.IsEmpty property

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

True if Viewer is empty (no layers).

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

Syntax

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

Value

Type
bool
Boolean
2022/11/16 01:38

Page Tools