Get the waypoint markers data.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property WaypointMarkers() As IAgVeVOWaypointMarkersCollection
|
| [C#] |
|---|
public IAgVeVOWaypointMarkersCollection WaypointMarkers {get;}
|
| [Managed C++] |
|---|
public: __property IAgVeVOWaypointMarkersCollection^ get_WaypointMarkers();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_WaypointMarkers(
|
| [Java] |
|---|
public IAgVeVOWaypointMarkersCollection getWaypointMarkers();
|