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





Windows & Linux

Description

Specify whether to display satellite orbits and trajectories of missiles and launch vehicles.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property OrbitsVisible() As Boolean
[C#]
public bool OrbitsVisible {get; set;}
[Managed C++]
public: __property bool get_OrbitsVisible();
public: __property void set_OrbitsVisible( bool );
[Unmanaged C++]
public: HRESULT get_OrbitsVisible(
    VARIANT_BOOL * pVal
);
public: HRESULT put_OrbitsVisible(
    VARIANT_BOOL pVal
);
[Java]
public bool getOrbitsVisible();
public void setOrbitsVisible(
    bool
);
[Python - STK API ]
@property
def OrbitsVisible(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.