Get the collection of waypoint markers.
Read-only property
[Visual Basic .NET] |
---|
Public Property WaypointMarkers() As IAgVeGfxWaypointMarkersCollection |
[C#] |
---|
public IAgVeGfxWaypointMarkersCollection WaypointMarkers {get;} |
[Managed C++] |
---|
public: __property IAgVeGfxWaypointMarkersCollection ^ get_WaypointMarkers(); |
[Unmanaged C++] |
---|
public: HRESULT get_WaypointMarkers( IAgVeGfxWaypointMarkersCollection ** ppVal ); |
[Java] |
---|
public IAgVeGfxWaypointMarkersCollection getWaypointMarkers(); |
[Python - STK API ] |
---|
@property def WaypointMarkers(self) -> "IAgVeGfxWaypointMarkersCollection": |