Get the User Waypoints.
Read-only property
[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": |