 Description
Description
The maximum power at sea level.
 Property type
Property type
Read-write property
 Syntax
Syntax
| [Visual Basic .NET] | 
|---|
| Public Property MaxSLPower() As Double
 | 
| [C#] | 
|---|
| public double MaxSLPower {get; set;}
 | 
| [Managed C++] | 
|---|
| public: __property double get_MaxSLPower();public: __property void set_MaxSLPower(
    double
);
 | 
| [Unmanaged C++] | 
|---|
| public: HRESULT get_MaxSLPower(
    double * pVal
);
public: HRESULT put_MaxSLPower(
    double newVal
);
 | 
| [Java] | 
|---|
| public double getMaxSLPower();
public void setMaxSLPower(
    double
);
 | 
| [Python - STK API] | 
|---|
| @property
def MaxSLPower(self) -> float:
@MaxSLPower.setter
def MaxSLPower(self, newVal:float) -> None:
 | 
 See Also
See Also