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





Windows & Linux

Description

Get the User VTOL Points.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.