Description
The maximum static power of the engine at sea level.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property MaxSeaLevelStaticPower() As Double
|
| [C#] |
|---|
public double MaxSeaLevelStaticPower {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_MaxSeaLevelStaticPower(); public: __property void set_MaxSeaLevelStaticPower(
double
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_MaxSeaLevelStaticPower(
double * pVal
);
public: HRESULT put_MaxSeaLevelStaticPower(
double newVal
);
|
| [Java] |
|---|
public double getMaxSeaLevelStaticPower();
public void setMaxSeaLevelStaticPower(
double
);
|
| [Python - STK API] |
|---|
@property
def MaxSeaLevelStaticPower(self) -> float:
@MaxSeaLevelStaticPower.setter
def MaxSeaLevelStaticPower(self, newVal:float) -> None:
|
See Also