AGI STK Objects 11 Send comments on this topic.
OrbitsVisible Property (IAgScGraphics)
See Also 





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1