STK AviatorSend comments on this topic.
CruiseSpeedType Property (IAgAvtrCruiseAirspeedOptions)
See Also
Windows





Windows & Linux

Description

Gets or sets the method for determining the aircraft's airspeed.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property CruiseSpeedType() As AgEAvtrCruiseSpeed
[C#]
public AgEAvtrCruiseSpeed CruiseSpeedType {get; set;}
[Managed C++]
public: __property AgEAvtrCruiseSpeed get_CruiseSpeedType();
public: __property void set_CruiseSpeedType( AgEAvtrCruiseSpeed );
[Unmanaged C++]
public: HRESULT get_CruiseSpeedType(
    AgEAvtrCruiseSpeed * pVal
);
public: HRESULT put_CruiseSpeedType(
    AgEAvtrCruiseSpeed newVal
);
[Java]
public AgEAvtrCruiseSpeed getCruiseSpeedType();
public void setCruiseSpeedType(
    AgEAvtrCruiseSpeed
);
[Python - STK API ]
@property
def CruiseSpeedType(self) -> "AgEAvtrCruiseSpeed":

@CruiseSpeedType.setter
def CruiseSpeedType(self, newVal:"AgEAvtrCruiseSpeed") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.