STK AstrogatorSend comments on this topic.
MinRequiredPower Property (IAgVAEngineIon)
See Also
Windows





Windows & Linux

Description

Gets or sets the minimum power required for engine to produce thrust. Uses Power Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MinRequiredPower() As Double
[C#]
public double MinRequiredPower {get; set;}
[Managed C++]
public: __property double get_MinRequiredPower();
public: __property void set_MinRequiredPower( double );
[Unmanaged C++]
public: HRESULT get_MinRequiredPower(
    double * pVal
);
public: HRESULT put_MinRequiredPower(
    double InVal
);
[Java]
public double getMinRequiredPower();
public void setMinRequiredPower(
    double
);
[Python - STK API ]
@property
def MinRequiredPower(self) -> float:

@MinRequiredPower.setter
def MinRequiredPower(self, InVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.