STK AviatorSend comments on this topic.
CanUseAfterburner Property (IAgAvtrAdvFixedWingTurbojetBasicABProp)
See Also
Windows





Windows & Linux

Description

Opt whether the engine has an afterburner.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property CanUseAfterburner() As Boolean
[C#]
public bool CanUseAfterburner {get; set;}
[Managed C++]
public: __property bool get_CanUseAfterburner();
public: __property void set_CanUseAfterburner( bool );
[Unmanaged C++]
public: HRESULT get_CanUseAfterburner(
    VARIANT_BOOL * pVal
);
public: HRESULT put_CanUseAfterburner(
    VARIANT_BOOL newVal
);
[Java]
public bool getCanUseAfterburner();
public void setCanUseAfterburner(
    bool
);
[Python - STK API ]
@property
def CanUseAfterburner(self) -> bool:

@CanUseAfterburner.setter
def CanUseAfterburner(self, newVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.