GlobeOverlaySettingsImageryCacheSize Property  | 
 
Gets or sets the size of the imagery cache in megabytes.
 
    Namespace: 
   AGI.Foundation.Graphics.Advanced
    Assembly:
   AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic virtual int ImageryCacheSize { get; set; }Public Overridable Property ImageryCacheSize As Integer
	Get
	Set
public:
virtual property int ImageryCacheSize {
	int get ();
	void set (int value);
}abstract ImageryCacheSize : int with get, set
override ImageryCacheSize : int with get, set
Property Value
Type: 
Int32
See Also