User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.tgis_configformat

Table of Contents

TGIS_ConfigFormat enum

DK11 for ActiveX | TatukGIS_XDK11.TGIS_ConfigFormat | Enums

Types of config format.

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

Syntax

// C#
public enum TGIS_ConfigFormat
{
  Unknown = 0, Ini = 1, Xml = 2
}
' VisualBasic
Public Enum TGIS_ConfigFormat
  Unknown = 0
  Ini = 1
  Xml = 2
End Enum
// Oxygene
type
  TGIS_ConfigFormat = public (
    Unknown = 0, Ini = 1, Xml = 2
  );

Members

Name Value Description
Unknown 0 Unknown format.
Ini 1 Configuration save as Ini file.
Xml 2 Configuration save as Xml file.

2022/11/16 01:08

Page Tools