AGI STK Objects 11Send 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
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.