STK AviatorSend comments on this topic.
FuelHeatingValue Property (IAgAvtrMissileRamjetProp)
See Also
Windows





Windows & Linux

Description

Gets or sets the heating value of the fuel.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property FuelHeatingValue() As Double
[C#]
public double FuelHeatingValue {get; set;}
[Managed C++]
public: __property double get_FuelHeatingValue();
public: __property void set_FuelHeatingValue( double );
[Unmanaged C++]
public: HRESULT get_FuelHeatingValue(
    double * pVal
);
public: HRESULT put_FuelHeatingValue(
    double newVal
);
[Java]
public double getFuelHeatingValue();
public void setFuelHeatingValue(
    double
);
[Python - STK API ]
@property
def FuelHeatingValue(self) -> float:

@FuelHeatingValue.setter
def FuelHeatingValue(self, newVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.