The jet engine's fuel type.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property FuelType() As AgEAvtrJetFuelType |
| [C#] |
|---|
public AgEAvtrJetFuelType FuelType {get; set;} |
| [Managed C++] |
|---|
public: __property AgEAvtrJetFuelType get_FuelType(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgEAvtrJetFuelType getFuelType(); public void setFuelType( AgEAvtrJetFuelType ); |
| [Python - STK API] |
|---|
@property def FuelType(self) -> "AgEAvtrJetFuelType": @FuelType.setter def FuelType(self, newVal:"AgEAvtrJetFuelType") -> None: |





