STK ObjectsSend 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 * pVal
);
public: HRESULT put_IsGroundTrackVisible(
    VARIANT_BOOL pVal
);
[Java]
public bool getIsGroundTrackVisible();
public void setIsGroundTrackVisible(
    bool
);
[Python - STK API ]
@property
def IsGroundTrackVisible(self) -> bool:

@IsGroundTrackVisible.setter
def IsGroundTrackVisible(self, pVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.