AGI STK Astrogator 11 Send comments on this topic.
MinRequiredPower Property (IAgVAEngineIon)
See Also 





Description

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 * pRetVal
);
public: HRESULT put_MinRequiredPower(
double NewMinRequiredPower
);

[Java]
public double getMinRequiredPower();public void setMinRequiredPower(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1