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





Windows & Linux

Description

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

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MaintainAirspeedType() As AgEAvtrAirspeedType
[C#]
public AgEAvtrAirspeedType MaintainAirspeedType {get; set;}
[Managed C++]
public: __property AgEAvtrAirspeedType get_MaintainAirspeedType();
public: __property void set_MaintainAirspeedType( AgEAvtrAirspeedType );
[Unmanaged C++]
public: HRESULT get_MaintainAirspeedType(
    AgEAvtrAirspeedType * pVal
);
public: HRESULT put_MaintainAirspeedType(
    AgEAvtrAirspeedType newVal
);
[Java]
public AgEAvtrAirspeedType getMaintainAirspeedType();
public void setMaintainAirspeedType(
    AgEAvtrAirspeedType
);
[Python - STK API ]
@property
def MaintainAirspeedType(self) -> "AgEAvtrAirspeedType":

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.