STK AviatorSend comments on this topic.
BurnerEfficiency Property (IAgAvtrMissileTurbojetProp)
See Also
Windows





Windows & Linux

Description

Gets or sets the efficiency of the burner.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property BurnerEfficiency() As Double
[C#]
public double BurnerEfficiency {get; set;}
[Managed C++]
public: __property double get_BurnerEfficiency();
public: __property void set_BurnerEfficiency( double );
[Unmanaged C++]
public: HRESULT get_BurnerEfficiency(
    double * pVal
);
public: HRESULT put_BurnerEfficiency(
    double newVal
);
[Java]
public double getBurnerEfficiency();
public void setBurnerEfficiency(
    double
);
[Python - STK API ]
@property
def BurnerEfficiency(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.