STK ObjectsSend comments on this topic.
PlanetOrbitsVisible Property (IAgScGraphics)
See Also
Windows





Windows & Linux

Description

Specify whether to display planetary orbits.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PlanetOrbitsVisible() As Boolean
[C#]
public bool PlanetOrbitsVisible {get; set;}
[Managed C++]
public: __property bool get_PlanetOrbitsVisible();
public: __property void set_PlanetOrbitsVisible( bool );
[Unmanaged C++]
public: HRESULT get_PlanetOrbitsVisible(
    VARIANT_BOOL * pVal
);
public: HRESULT put_PlanetOrbitsVisible(
    VARIANT_BOOL pVal
);
[Java]
public bool getPlanetOrbitsVisible();
public void setPlanetOrbitsVisible(
    bool
);
[Python - STK API ]
@property
def PlanetOrbitsVisible(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.