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





Windows & Linux

Description

Gets or sets the maximum temperature that the engine material can support.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property EngineTemp() As Double
[C#]
public double EngineTemp {get; set;}
[Managed C++]
public: __property double get_EngineTemp();
public: __property void set_EngineTemp( double );
[Unmanaged C++]
public: HRESULT get_EngineTemp(
    double * pVal
);
public: HRESULT put_EngineTemp(
    double newVal
);
[Java]
public double getEngineTemp();
public void setEngineTemp(
    double
);
[Python - STK API ]
@property
def EngineTemp(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.