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





Windows & Linux

Description

Opt to have no thrust if the fuel is empty.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property NoThrustWhenNoFuel() As Boolean
[C#]
public bool NoThrustWhenNoFuel {get; set;}
[Managed C++]
public: __property bool get_NoThrustWhenNoFuel();
public: __property void set_NoThrustWhenNoFuel( bool );
[Unmanaged C++]
public: HRESULT get_NoThrustWhenNoFuel(
    VARIANT_BOOL * pVal
);
public: HRESULT put_NoThrustWhenNoFuel(
    VARIANT_BOOL pVal
);
[Java]
public bool getNoThrustWhenNoFuel();
public void setNoThrustWhenNoFuel(
    bool
);
[Python - STK API ]
@property
def NoThrustWhenNoFuel(self) -> bool:

@NoThrustWhenNoFuel.setter
def NoThrustWhenNoFuel(self, pVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.