DK11 for ActiveX | TatukGIS_XDK11.TGIS_LayerSubType | Enums
Layer subtype. For handling additional information about layer type etc.
// C# public enum TGIS_LayerSubType { Persistent = 1, Exportable = 2, InMemory = 4 }
' VisualBasic Public Enum TGIS_LayerSubType Persistent = 1 Exportable = 2 InMemory = 4 End Enum
// Oxygene type TGIS_LayerSubType = public ( Persistent = 1, Exportable = 2, InMemory = 4 );
Name | Value | Description | |
---|---|---|---|
Persistent | 1 | layer is persistent - is not temporary, has file representation. | |
Exportable | 2 | layer content can be exported (saved). | |
InMemory | 4 | whole layer resides in memory. | |