STK ObjectsSend comments on this topic.
GroundMarker Property (IAgSaVOModel)
See Also
Windows





Windows & Linux

Description

Define the display of the marker to represent the vehicle's position along its ground track, separate from that of its orbit. The ground track of a vehicle is the portion of the central body's surface that it covers while traveling along its track.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.