STK AviatorSend comments on this topic.
Landing Property (IAgAvtrAircraft)
See Also
Windows





Windows & Linux

Description

Get the landing interface.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Landing() As IAgAvtrAircraftLanding
[C#]
public IAgAvtrAircraftLanding Landing {get;}
[Managed C++]
public: __property IAgAvtrAircraftLanding ^ get_Landing();
[Unmanaged C++]
public: HRESULT get_Landing(
    IAgAvtrAircraftLanding ** ppLanding
);
[Java]
public IAgAvtrAircraftLanding getLanding();
[Python - STK API ]
@property
def Landing(self) -> "IAgAvtrAircraftLanding":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.