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





Windows & Linux

Description

Define the display of the marker to represent the selected vehicle while traveling along its actual orbit, separate from that of its ground track. The orbit is the actual path that a vehicle follows.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.