AGI STK Graphics 11 Send comments on this topic.
ShadeSkyBasedOnAltitude Property (IAgStkGraphicsScene)
See Also 





Description

Gets or sets whether the sky will be shaded based on Camera altitude. When Shade Sky Based On Altitude is set to true, the sky will become more blue as the Camera gets closer to the surface of the Central Body.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ShadeSkyBasedOnAltitude() As Boolean

[C#]
public bool ShadeSkyBasedOnAltitude {get; set;}

[Managed C++]
public: __property bool get_ShadeSkyBasedOnAltitude();
public: __property void set_ShadeSkyBasedOnAltitude(
bool
);

[Unmanaged C++]
public: HRESULT get_ShadeSkyBasedOnAltitude(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_ShadeSkyBasedOnAltitude(
VARIANT_BOOL NewShadeSkyBasedOnAltitude
);

[Java]
public bool getShadeSkyBasedOnAltitude();public void setShadeSkyBasedOnAltitude(
bool
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1