STK AviatorSend comments on this topic.
BoostFuelFraction Property (IAgAvtrMissileRocketProp)
See Also
Windows





Windows & Linux

Description

Gets or sets the amount of fuel that is consumed during the boost phase.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property BoostFuelFraction() As Double
[C#]
public double BoostFuelFraction {get; set;}
[Managed C++]
public: __property double get_BoostFuelFraction();
public: __property void set_BoostFuelFraction( double );
[Unmanaged C++]
public: HRESULT get_BoostFuelFraction(
    double * pVal
);
public: HRESULT put_BoostFuelFraction(
    double newVal
);
[Java]
public double getBoostFuelFraction();
public void setBoostFuelFraction(
    double
);
[Python - STK API ]
@property
def BoostFuelFraction(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.