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






Windows & Linux

Description

Opt whether to show the satellite's ground track.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property IsGroundTrackVisible() As Boolean
[C#]
public bool IsGroundTrackVisible {get; set;}
[Managed C++]
public: __property bool get_IsGroundTrackVisible();
public: __property void set_IsGroundTrackVisible(
   bool
);
[Unmanaged C++]
public: HRESULT get_IsGroundTrackVisible(
   VARIANT_BOOL * pRetVal
);
public: HRESULT put_IsGroundTrackVisible(
   VARIANT_BOOL NewIsGroundTrackVisible
);
[Java]
public bool getIsGroundTrackVisible();public void setIsGroundTrackVisible(
   bool
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.