Gets or sets 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++] |
---|
public: HRESULT get_FuelType( AgEAvtrJetFuelType * pVal ); public: HRESULT put_FuelType( AgEAvtrJetFuelType newVal ); |
[Java] |
---|
public AgEAvtrJetFuelType getFuelType(); public void setFuelType( AgEAvtrJetFuelType ); |
[Python - STK API ] |
---|
@property def FuelType(self) -> "AgEAvtrJetFuelType": @FuelType.setter def FuelType(self, newVal:"AgEAvtrJetFuelType") -> None: |