GlobeOverlaySettingsTerrainCacheSize Property |
Gets or sets the size of the terrain cache in megabytes.
Namespace:
AGI.Foundation.Graphics.Advanced
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public virtual int TerrainCacheSize { get; set; }
Public Overridable Property TerrainCacheSize As Integer
Get
Set
public:
virtual property int TerrainCacheSize {
int get ();
void set (int value);
}
abstract TerrainCacheSize : int with get, set
override TerrainCacheSize : int with get, set
Property Value
Type:
Int32See Also