User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_config.writefull

Table of Contents

TGIS_Config.WriteFull property

DK11 for .NET | TatukGIS.NDK.TGIS_Config.WriteFull | Constructors | Fields | Methods | Properties

If True (default) then all config keys will be saved, otherwise only changed.

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

Syntax

// C#
public Boolean WriteFull
{
  get {}
  set {}
}
' VisualBasic
Public Property WriteFull As Boolean
  Get
  End Get
  Set(ByVal value As Boolean)
  End Set
End Property
// Oxygene
public
  property WriteFull : Boolean read read;

Value

Type
bool
Boolean
2022/11/16 01:27

Page Tools