STK AviatorSend comments on this topic.
MaxSeaLevelStaticPower Property (IAgAvtrAdvFixedWingPistonPowerplant)
See Also
Windows





Windows & Linux

Description

Gets or sets 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

© 2024 Analytical Graphics, Inc. All Rights Reserved.