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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1