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





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 * pNewNightOverlay
);

[Java]
public IAgStkGraphicsGlobeImageOverlay getNightOverlay();public void setNightOverlay(
IAgStkGraphicsGlobeImageOverlay
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1