STK ObjectsSend comments on this topic.
Visible Property (IAgVeGfxLightingElement)
See Also
Windows





Windows & Linux

Description

Opt whether to display the orbit and/or ground track in the color assigned to the specified lighting condition.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Visible() As Boolean
[C#]
public bool Visible {get; set;}
[Managed C++]
public: __property bool get_Visible();
public: __property void set_Visible( bool );
[Unmanaged C++]
public: HRESULT get_Visible(
    VARIANT_BOOL * pVal
);
public: HRESULT put_Visible(
    VARIANT_BOOL IsSunlightVisible
);
[Java]
public bool getVisible();
public void setVisible(
    bool
);
[Python - STK API ]
@property
def Visible(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.