Opt whether to show the dividing line between regions of sunlight and penumbra at the current altitude of the vehicle.
Read-write property
[Visual Basic .NET] |
---|
Public Property IsSunLightPenumbraVisible() As Boolean |
[C#] |
---|
public bool IsSunLightPenumbraVisible {get; set;} |
[Managed C++] |
---|
public: __property bool get_IsSunLightPenumbraVisible(); |
[Unmanaged C++] |
---|
public: HRESULT get_IsSunLightPenumbraVisible( VARIANT_BOOL * pVal ); public: HRESULT put_IsSunLightPenumbraVisible( VARIANT_BOOL IsSunLightPenumbraVisible ); |
[Java] |
---|
public bool getIsSunLightPenumbraVisible(); public void setIsSunLightPenumbraVisible( bool ); |