STK AviatorSend comments on this topic.
SpecifiedAirspeedType Property (IAgAvtrBasicManeuverAirspeedOptions)
See Also
Windows





Windows & Linux

Description

Gets or sets the airspeed type option in the Maintain Specified Airspeed mode.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SpecifiedAirspeedType() As AgEAvtrAirspeedType
[C#]
public AgEAvtrAirspeedType SpecifiedAirspeedType {get; set;}
[Managed C++]
public: __property AgEAvtrAirspeedType get_SpecifiedAirspeedType();
public: __property void set_SpecifiedAirspeedType( AgEAvtrAirspeedType );
[Unmanaged C++]
public: HRESULT get_SpecifiedAirspeedType(
    AgEAvtrAirspeedType * pVal
);
public: HRESULT put_SpecifiedAirspeedType(
    AgEAvtrAirspeedType newVal
);
[Java]
public AgEAvtrAirspeedType getSpecifiedAirspeedType();
public void setSpecifiedAirspeedType(
    AgEAvtrAirspeedType
);
[Python - STK API ]
@property
def SpecifiedAirspeedType(self) -> "AgEAvtrAirspeedType":

@SpecifiedAirspeedType.setter
def SpecifiedAirspeedType(self, newVal:"AgEAvtrAirspeedType") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.