STK AviatorSend comments on this topic.
MaxSLPower Property (IAgAvtrRotorcraftProp)
See Also
Windows





Windows & Linux

Description

Gets or sets the maximum power at sea level.

Property type

Read-write property

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

© 2024 Analytical Graphics, Inc. All Rights Reserved.