STK Graphics PrimitivesSend comments on this topic.
BaseOverlay Property (IAgStkGraphicsCentralBodyGraphics)
See Also
Windows





Windows & Linux

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 BaseOverlay
);
[Java]
public IAgStkGraphicsGlobeImageOverlay getBaseOverlay();
public void setBaseOverlay(
    IAgStkGraphicsGlobeImageOverlay
);
[Python - STK API ]
@property
def BaseOverlay(self) -> "IAgStkGraphicsGlobeImageOverlay":

@BaseOverlay.setter
def BaseOverlay(self, BaseOverlay:"IAgStkGraphicsGlobeImageOverlay") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.