User Tools

Site Tools


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

Table of Contents

TGIS_Config.Section property

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

By assigning this value you are overriding default TGIS_Config behavior. The read/write will be performed based on provide section.

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

Syntax

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

Value

Type
string
String

References

2022/11/16 01:27

Page Tools