Click or drag to resize

CentralBodyGraphicsBaseOverlay Property

Gets or sets the base GlobeImageOverlay associated with the CentralBody in the Scene. The BaseOverlay is always rendered before any other Imagery. By default, the Earth, Sun, and Moon CentralBodies will have a default BaseOverlay image is loaded by Insight3D when the Scene is created.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public virtual GlobeImageOverlay BaseOverlay { get; set; }

Property Value

Type: GlobeImageOverlay
See Also