STK AviatorSend comments on this topic.
FuelType Property (IAgAvtrAdvFixedWingRamjetBasic)
See Also
Windows





Windows & Linux

Description

Gets or sets the jet engine's fuel type.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property FuelType() As AgEAvtrJetFuelType
[C#]
public AgEAvtrJetFuelType FuelType {get; set;}
[Managed C++]
public: __property AgEAvtrJetFuelType get_FuelType();
public: __property void set_FuelType( AgEAvtrJetFuelType );
[Unmanaged C++]
public: HRESULT get_FuelType(
    AgEAvtrJetFuelType * pVal
);
public: HRESULT put_FuelType(
    AgEAvtrJetFuelType newVal
);
[Java]
public AgEAvtrJetFuelType getFuelType();
public void setFuelType(
    AgEAvtrJetFuelType
);
[Python - STK API ]
@property
def FuelType(self) -> "AgEAvtrJetFuelType":

@FuelType.setter
def FuelType(self, newVal:"AgEAvtrJetFuelType") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.