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(
|
[Java] |
---|
public IAgVeGfxWaypointMarker getWaypointMarker();
|