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





Windows & Linux

Description

Get the cruise interface.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Cruise() As IAgAvtrAircraftCruise
[C#]
public IAgAvtrAircraftCruise Cruise {get;}
[Managed C++]
public: __property IAgAvtrAircraftCruise ^ get_Cruise();
[Unmanaged C++]
public: HRESULT get_Cruise(
    IAgAvtrAircraftCruise ** ppCruise
);
[Java]
public IAgAvtrAircraftCruise getCruise();
[Python - STK API ]
@property
def Cruise(self) -> "IAgAvtrAircraftCruise":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.