DK11 for .NET | TatukGIS.NDK.TGIS_FileType | Enums
Supported files types.
// C# [Flags] public enum TGIS_FileType { All, Project, Vector, Pixel, Grid }
' VisualBasic <Flags()> _ Public Enum TGIS_FileType All Project Vector Pixel Grid End Enum
// Oxygene type TGIS_FileType = public flags ( All, Project, Vector, Pixel, Grid );
Name | Value | Description | |
---|---|---|---|
All | All supported files. | ||
Project | Project files (.ttkproject, .ttkgp, etc.) | ||
Vector | Vector files (.shp etc.) | ||
Pixel | Pixel files (.bmp etc.) | ||
Grid | Grid files (.grd etc.) | ||