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