GlobeOverlaySettingsPreloadTerrainAndImagery Property |
Gets or sets whether terrain and imagery are preloaded. When set to true, terrain and imagery are preloaded to get the best visual quality; when set to false, they are not preloaded. For example, the correct resolution globe may not fully load until you stop moving the cursor, but you will be able to move more smoothly around the 3D graphics window.
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 bool PreloadTerrainAndImagery { get; set; }
Public Overridable Property PreloadTerrainAndImagery As Boolean
Get
Set
public:
virtual property bool PreloadTerrainAndImagery {
bool get ();
void set (bool value);
}
abstract PreloadTerrainAndImagery : bool with get, set
override PreloadTerrainAndImagery : bool with get, set
Property Value
Type:
BooleanSee Also