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





Windows & Linux

Description

Get the ground track tick marks.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.