Get the vehicle's 2D waypoint marker graphics.
Read-only property
[Visual Basic .NET] |
---|
Public Property WaypointMarker() As IAgVeGfxWaypointMarker |
[C#] |
---|
public IAgVeGfxWaypointMarker WaypointMarker {get;} |
[Managed C++] |
---|
public: __property IAgVeGfxWaypointMarker ^ get_WaypointMarker(); |
[Unmanaged C++] |
---|
public: HRESULT get_WaypointMarker( IAgVeGfxWaypointMarker ** ppVal ); |
[Java] |
---|
public IAgVeGfxWaypointMarker getWaypointMarker(); |
[Python - STK API ] |
---|
@property def WaypointMarker(self) -> "IAgVeGfxWaypointMarker": |