Gets or sets 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++] |
---|
public: HRESULT get_Subtype( AgEAvtrAFPROPFuelType * pVal ); public: HRESULT put_Subtype( AgEAvtrAFPROPFuelType newVal ); |
[Java] |
---|
public AgEAvtrAFPROPFuelType getSubtype(); public void setSubtype( AgEAvtrAFPROPFuelType ); |
[Python - STK API ] |
---|
@property def Subtype(self) -> "AgEAvtrAFPROPFuelType": @Subtype.setter def Subtype(self, newVal:"AgEAvtrAFPROPFuelType") -> None: |