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





Description

The maximum power that can be used by engine to produce thrust. Uses Power Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MaxInputPower() As Double

[C#]
public double MaxInputPower {get; set;}

[Managed C++]
public: __property double get_MaxInputPower();
public: __property void set_MaxInputPower(
double
);

[Unmanaged C++]
public: HRESULT get_MaxInputPower(
double * pRetVal
);
public: HRESULT put_MaxInputPower(
double NewMaxInputPower
);

[Java]
public double getMaxInputPower();public void setMaxInputPower(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1