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