Get the interface for a downwind pattern landing.
Read-only property
[Visual Basic .NET] |
---|
Public Property ModeAsEnterDownwindPattern() As IAgAvtrLandingEnterDownwindPattern |
[C#] |
---|
public IAgAvtrLandingEnterDownwindPattern ModeAsEnterDownwindPattern {get;} |
[Managed C++] |
---|
public: __property IAgAvtrLandingEnterDownwindPattern ^ get_ModeAsEnterDownwindPattern(); |
[Unmanaged C++] |
---|
public: HRESULT get_ModeAsEnterDownwindPattern( IAgAvtrLandingEnterDownwindPattern ** ppVal ); |
[Java] |
---|
public IAgAvtrLandingEnterDownwindPattern getModeAsEnterDownwindPattern(); |
[Python - STK API ] |
---|
@property def ModeAsEnterDownwindPattern(self) -> "IAgAvtrLandingEnterDownwindPattern": |