Gets or sets the mode option to treat the aircraft as a helicopter or a fixed wing aircraft when calculating the aircraft's attitude.
Read-write property
[Visual Basic .NET] |
---|
Public Property OperatingMode() As AgEAvtrAeroPropSimpleMode |
[C#] |
---|
public AgEAvtrAeroPropSimpleMode OperatingMode {get; set;} |
[Managed C++] |
---|
public: __property AgEAvtrAeroPropSimpleMode get_OperatingMode(); |
[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: |