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( IAgVeVOWaypointMarkersCollection ** ppVal ); |
[Java] |
---|
public IAgVeVOWaypointMarkersCollection getWaypointMarkers(); |
[Python - STK API ] |
---|
@property def WaypointMarkers(self) -> "IAgVeVOWaypointMarkersCollection": |