STK AviatorSend comments on this topic.
OperatingMode Property (IAgAvtrAircraftSimpleAero)
See Also
Windows





Windows & Linux

Description

Gets or sets the mode option to treat the aircraft as a helicopter or a fixed wing aircraft when calculating the aircraft's attitude.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property OperatingMode() As AgEAvtrAeroPropSimpleMode
[C#]
public AgEAvtrAeroPropSimpleMode OperatingMode {get; set;}
[Managed C++]
public: __property AgEAvtrAeroPropSimpleMode get_OperatingMode();
public: __property void set_OperatingMode( AgEAvtrAeroPropSimpleMode );
[Unmanaged C++]
public: HRESULT get_OperatingMode(
    AgEAvtrAeroPropSimpleMode * pVal
);
public: HRESULT put_OperatingMode(
    AgEAvtrAeroPropSimpleMode newVal
);
[Java]
public AgEAvtrAeroPropSimpleMode getOperatingMode();
public void setOperatingMode(
    AgEAvtrAeroPropSimpleMode
);
[Python - STK API ]
@property
def OperatingMode(self) -> "AgEAvtrAeroPropSimpleMode":

@OperatingMode.setter
def OperatingMode(self, newVal:"AgEAvtrAeroPropSimpleMode") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.