The fuel subtype.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property Subtype() As AgEAvtrCEAFuelType |
| [C#] |
|---|
public AgEAvtrCEAFuelType Subtype {get; set;} |
| [Managed C++] |
|---|
public: __property AgEAvtrCEAFuelType get_Subtype(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgEAvtrCEAFuelType getSubtype(); public void setSubtype( AgEAvtrCEAFuelType ); |
| [Python - STK API] |
|---|
@property def Subtype(self) -> "AgEAvtrCEAFuelType": @Subtype.setter def Subtype(self, newVal:"AgEAvtrCEAFuelType") -> None: |





