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
|
[Managed C++] |
---|
public: __property IAgVOMarker ^ get_OrbitMarker();
|
[Unmanaged C++] |
---|
public: HRESULT get_OrbitMarker(
IAgVOMarker ** ppVal
);
|
[Python - STK API] |
---|
@property
def OrbitMarker(self) -> "IAgVOMarker":
|
See Also