AGI STK Graphics 11 Send comments on this topic.
BaseOverlay Property (IAgStkGraphicsCentralBodyGraphics)
See Also 





Description

Gets or sets the base GlobeImageOverlay associated with the Central Body in the Scene. The Base Overlay is always rendered before any other Imagery. By default, the Earth, Sun, and Moon Central Body will have a default Base Overlay image is loaded by STK Engine when the Scene is created.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property BaseOverlay() As IAgStkGraphicsGlobeImageOverlay

[C#]
public IAgStkGraphicsGlobeImageOverlay BaseOverlay {get; set;}

[Managed C++]
public: __property IAgStkGraphicsGlobeImageOverlay^ get_BaseOverlay();
public: __property void set_BaseOverlay(
IAgStkGraphicsGlobeImageOverlay ^
);

[Unmanaged C++]
public: HRESULT get_BaseOverlay(
IAgStkGraphicsGlobeImageOverlay ** ppRetVal
);
public: HRESULT put_BaseOverlay(
IAgStkGraphicsGlobeImageOverlay * pNewBaseOverlay
);

[Java]
public IAgStkGraphicsGlobeImageOverlay getBaseOverlay();public void setBaseOverlay(
IAgStkGraphicsGlobeImageOverlay
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1