Get the DAFIF runways.
Read-only property
[Visual Basic .NET] |
---|
Public Property DAFIFRunways() As IAgAvtrDAFIFSource |
[C#] |
---|
public IAgAvtrDAFIFSource DAFIFRunways {get;} |
[Managed C++] |
---|
public: __property IAgAvtrDAFIFSource ^ get_DAFIFRunways(); |
[Unmanaged C++] |
---|
public: HRESULT get_DAFIFRunways( IAgAvtrDAFIFSource ** ppRetVal ); |
[Java] |
---|
public IAgAvtrDAFIFSource getDAFIFRunways(); |
[Python - STK API ] |
---|
@property def DAFIFRunways(self) -> "IAgAvtrDAFIFSource": |