DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Viewer3DBase.DemCachedSize | Methods | Properties
Grid size used to display regular DEMs & IMAGEs
Available also on: Delphi | .NET WinForms | Python.
// C# public TGIS_Viewer3DDemCacheSize DemCachedSize { get {} set {} }
' VisualBasic Public Property DemCachedSize As TGIS_Viewer3DDemCacheSize Get End Get Set(ByVal value As TGIS_Viewer3DDemCacheSize) End Set End Property
// Oxygene public property DemCachedSize : TGIS_Viewer3DDemCacheSize read read;