STK AviatorSend comments on this topic.
UserWaypoints Property (IAgAvtrWaypointCategory)
See Also
Windows





Windows & Linux

Description

Get the User Waypoints.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property UserWaypoints() As IAgAvtrUserWaypointSource
[C#]
public IAgAvtrUserWaypointSource UserWaypoints {get;}
[Managed C++]
public: __property IAgAvtrUserWaypointSource ^ get_UserWaypoints();
[Unmanaged C++]
public: HRESULT get_UserWaypoints(
    IAgAvtrUserWaypointSource ** ppRetVal
);
[Java]
public IAgAvtrUserWaypointSource getUserWaypoints();
[Python - STK API ]
@property
def UserWaypoints(self) -> "IAgAvtrUserWaypointSource":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.