STK ObjectsSend comments on this topic.
GroundTrack Property (IAgVeVOOrbitPassData)
See Also
Windows





Windows & Linux

Description

Get the 3D ground track data.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property GroundTrack() As IAgVeVOLeadTrailData
[C#]
public IAgVeVOLeadTrailData GroundTrack {get;}
[Managed C++]
public: __property IAgVeVOLeadTrailData ^ get_GroundTrack();
[Unmanaged C++]
public: HRESULT get_GroundTrack(
    IAgVeVOLeadTrailData ** ppVal
);
[Java]
public IAgVeVOLeadTrailData getGroundTrack();
[Python - STK API ]
@property
def GroundTrack(self) -> "IAgVeVOLeadTrailData":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.