STK ObjectsSend comments on this topic.
IsPenumbraUmbraVisible Property (IAgVeGfxLighting)
See Also
Windows





Windows & Linux

Description

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

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property IsPenumbraUmbraVisible() As Boolean
[C#]
public bool IsPenumbraUmbraVisible {get; set;}
[Managed C++]
public: __property bool get_IsPenumbraUmbraVisible();
public: __property void set_IsPenumbraUmbraVisible( bool );
[Unmanaged C++]
public: HRESULT get_IsPenumbraUmbraVisible(
    VARIANT_BOOL * pVal
);
public: HRESULT put_IsPenumbraUmbraVisible(
    VARIANT_BOOL IsPenumbraUmbraVisible
);
[Java]
public bool getIsPenumbraUmbraVisible();
public void setIsPenumbraUmbraVisible(
    bool
);
[Python - STK API ]
@property
def IsPenumbraUmbraVisible(self) -> bool:

@IsPenumbraUmbraVisible.setter
def IsPenumbraUmbraVisible(self, IsPenumbraUmbraVisible:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.