User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_layer.ispersistent

Table of Contents

TGIS_Layer.IsPersistent property

DK11 for .NET | TatukGIS.NDK.TGIS_Layer.IsPersistent | Constructors | Fields | Methods | Properties | Events

True if the layer is persistent. The layer is persistent if it can be loaded automatically by a project file.

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

Syntax

// C#
public Boolean IsPersistent
{
  get {}
}
' VisualBasic
Public Property IsPersistent As Boolean
  Get
  End Get
End Property
// Oxygene
public
  property IsPersistent : Boolean read;

Value

Type
bool
Boolean
2022/11/16 01:31

Page Tools