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