Get the interface for a standard instrument approach landing.
Read-only property
[Visual Basic .NET] |
---|
Public Property ModeAsStandardInstrumentApproach() As IAgAvtrLandingStandardInstrumentApproach |
[C#] |
---|
public IAgAvtrLandingStandardInstrumentApproach ModeAsStandardInstrumentApproach {get;} |
[Managed C++] |
---|
public: __property IAgAvtrLandingStandardInstrumentApproach ^ get_ModeAsStandardInstrumentApproach(); |
[Unmanaged C++] |
---|
public: HRESULT get_ModeAsStandardInstrumentApproach( IAgAvtrLandingStandardInstrumentApproach ** ppVal ); |
[Java] |
---|
public IAgAvtrLandingStandardInstrumentApproach getModeAsStandardInstrumentApproach(); |
[Python - STK API ] |
---|
@property def ModeAsStandardInstrumentApproach(self) -> "IAgAvtrLandingStandardInstrumentApproach": |