STK ObjectsSend comments on this topic.
WaypointMarkers Property (IAgVeVORoute)
See Also
Windows





Windows & Linux

Description

Get the waypoint markers data.

Property type

Read-only property

Syntax

[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":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.