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





Windows & Linux

Description

Gets or sets the night GlobeImageOverlay associated with the Central Body in the Scene. The Night Overlay is displayed only on parts of the Central Body that are not in sun light. The intensity of the Night Overlay for all scenes can be adjusted with the scene's Lighting.NightLightsIntensity property.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property NightOverlay() As IAgStkGraphicsGlobeImageOverlay
[C#]
public IAgStkGraphicsGlobeImageOverlay NightOverlay {get; set;}
[Managed C++]
public: __property IAgStkGraphicsGlobeImageOverlay ^ get_NightOverlay();
public: __property void set_NightOverlay( IAgStkGraphicsGlobeImageOverlay );
[Unmanaged C++]
public: HRESULT get_NightOverlay(
    IAgStkGraphicsGlobeImageOverlay ** ppRetVal
);
public: HRESULT put_NightOverlay(
    IAgStkGraphicsGlobeImageOverlay NightOverlay
);
[Java]
public IAgStkGraphicsGlobeImageOverlay getNightOverlay();
public void setNightOverlay(
    IAgStkGraphicsGlobeImageOverlay
);
[Python - STK API ]
@property
def NightOverlay(self) -> "IAgStkGraphicsGlobeImageOverlay":

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.