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





Windows & Linux

Description

The collection of waypoint markers.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.