DK for ActiveX | TatukGIS_XDK11.TGIS_Viewer3DDemCacheSize | Enums
Specifies the grid size used to display regular DEMs and images.
// C# public enum TGIS_Viewer3DDemCacheSize { Medium = 0, Window = 1 }
' VisualBasic Public Enum TGIS_Viewer3DDemCacheSize Medium = 0 Window = 1 End Enum
// Oxygene type TGIS_Viewer3DDemCacheSize = public ( Medium = 0, Window = 1 );
| Name | Value | Description | |
|---|---|---|---|
| Medium | 0 | Medium = 512 x 512 | |
| Window | 1 | Window-size based. | |