AGI STK Objects 11 Send comments on this topic.
IsSunLightPenumbraVisible Property (IAgVeGfxLighting)
See Also 
Windows






Windows & Linux

Description

Opt whether to show the dividing line between regions of sunlight and penumbra at the current altitude of the vehicle.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_IsSunLightPenumbraVisible();
public: __property void set_IsSunLightPenumbraVisible(
bool
);

[Unmanaged C++]
public: HRESULT get_IsSunLightPenumbraVisible(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_IsSunLightPenumbraVisible(
VARIANT_BOOL NewIsSunLightPenumbraVisible
);

[Java]
public bool getIsSunLightPenumbraVisible();public void setIsSunLightPenumbraVisible(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface