DK11 for .NET | TatukGIS.NDK.TGIS_ConfigFormat | Enums
Types of config format.
// C# public enum TGIS_ConfigFormat { Unknown, Ini, Xml }
' VisualBasic Public Enum TGIS_ConfigFormat Unknown Ini Xml End Enum
// Oxygene type TGIS_ConfigFormat = public ( Unknown, Ini, Xml );
Name | Value | Description | |
---|---|---|---|
Unknown | Unknown format. | ||
Ini | Configuration save as Ini file. | ||
Xml | Configuration save as Xml file. | ||