AGI STK Objects 11 Send 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 * pRetVal
);
public: HRESULT put_OrbitsVisible(
VARIANT_BOOL NewOrbitsVisible
);

[Java]
public bool getOrbitsVisible();public void setOrbitsVisible(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface