AGI STK Objects 11Send comments on this topic.
IsOrbitVisible Property (IAgVeGfxAttributesOrbit)
See Also 
Windows






Windows & Linux

Description

Opt whether to show the satellite's orbit track.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property IsOrbitVisible() As Boolean
[C#]
public bool IsOrbitVisible {get; set;}
[Managed C++]
public: __property bool get_IsOrbitVisible();
public: __property void set_IsOrbitVisible(
   bool
);
[Unmanaged C++]
public: HRESULT get_IsOrbitVisible(
   VARIANT_BOOL * pRetVal
);
public: HRESULT put_IsOrbitVisible(
   VARIANT_BOOL NewIsOrbitVisible
);
[Java]
public bool getIsOrbitVisible();
public void setIsOrbitVisible(
   bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.