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





