Get the ARINC-424 waypoints.
Read-only property
[Visual Basic .NET] |
---|
Public Property ARINC424Waypoints() As IAgAvtrARINC424Source |
[C#] |
---|
public IAgAvtrARINC424Source ARINC424Waypoints {get;} |
[Managed C++] |
---|
public: __property IAgAvtrARINC424Source ^ get_ARINC424Waypoints(); |
[Unmanaged C++] |
---|
public: HRESULT get_ARINC424Waypoints( IAgAvtrARINC424Source ** ppRetVal ); |
[Java] |
---|
public IAgAvtrARINC424Source getARINC424Waypoints(); |
[Python - STK API ] |
---|
@property def ARINC424Waypoints(self) -> "IAgAvtrARINC424Source": |