STK AviatorSend comments on this topic.
MaxBurnerTemp Property (IAgAvtrAdvFixedWingRamjetBasic)
See Also
Windows





Windows & Linux

Description

Gets or sets the maximum temperature at the combustion stage.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MaxBurnerTemp() As Double
[C#]
public double MaxBurnerTemp {get; set;}
[Managed C++]
public: __property double get_MaxBurnerTemp();
public: __property void set_MaxBurnerTemp( double );
[Unmanaged C++]
public: HRESULT get_MaxBurnerTemp(
    double * pVal
);
public: HRESULT put_MaxBurnerTemp(
    double newVal
);
[Java]
public double getMaxBurnerTemp();
public void setMaxBurnerTemp(
    double
);
[Python - STK API ]
@property
def MaxBurnerTemp(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.