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.
Read-only property
[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": |