STK ObjectsSend comments on this topic.
Waypoints Property (IAgVePropagatorGreatArc)
See Also
Windows





Windows & Linux

Description

Get the waypoints.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Waypoints() As IAgVeWaypointsCollection
[C#]
public IAgVeWaypointsCollection Waypoints {get;}
[Managed C++]
public: __property IAgVeWaypointsCollection ^ get_Waypoints();
[Unmanaged C++]
public: HRESULT get_Waypoints(
    IAgVeWaypointsCollection ** ppVal
);
[Java]
public IAgVeWaypointsCollection getWaypoints();
[Python - STK API ]
@property
def Waypoints(self) -> "IAgVeWaypointsCollection":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.