Get the interface for an intercept glideslope landing.
Read-only property
[Visual Basic .NET] |
---|
Public Property ModeAsInterceptGlideslope() As IAgAvtrLandingInterceptGlideslope |
[C#] |
---|
public IAgAvtrLandingInterceptGlideslope ModeAsInterceptGlideslope {get;} |
[Managed C++] |
---|
public: __property IAgAvtrLandingInterceptGlideslope ^ get_ModeAsInterceptGlideslope(); |
[Unmanaged C++] |
---|
public: HRESULT get_ModeAsInterceptGlideslope( IAgAvtrLandingInterceptGlideslope ** ppVal ); |
[Java] |
---|
public IAgAvtrLandingInterceptGlideslope getModeAsInterceptGlideslope(); |
[Python - STK API ] |
---|
@property def ModeAsInterceptGlideslope(self) -> "IAgAvtrLandingInterceptGlideslope": |