STK AviatorSend comments on this topic.
Subtype Property (IAgAvtrFuelModelKeroseneCEA)
See Also
Windows





Windows & Linux

Description

Gets or sets the fuel subtype.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Subtype() As AgEAvtrCEAFuelType
[C#]
public AgEAvtrCEAFuelType Subtype {get; set;}
[Managed C++]
public: __property AgEAvtrCEAFuelType get_Subtype();
public: __property void set_Subtype( AgEAvtrCEAFuelType );
[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:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.