STK AviatorSend comments on this topic.
AfterburnerOn Property (IAgAvtrAdvFixedWingTurbofanBasicABProp)
See Also
Windows





Windows & Linux

Description

Opt whether to specify the design point with the afterburner on.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AfterburnerOn() As Boolean
[C#]
public bool AfterburnerOn {get; set;}
[Managed C++]
public: __property bool get_AfterburnerOn();
public: __property void set_AfterburnerOn( bool );
[Unmanaged C++]
public: HRESULT get_AfterburnerOn(
    VARIANT_BOOL * pVal
);
public: HRESULT put_AfterburnerOn(
    VARIANT_BOOL newVal
);
[Java]
public bool getAfterburnerOn();
public void setAfterburnerOn(
    bool
);
[Python - STK API ]
@property
def AfterburnerOn(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.