AGI STK Astrogator 11 Send comments on this topic.
PowerEfficiencyIndependentVar Property (IAgVAEngineDefinition)
See Also 





Description

The independent variable for the power efficiency equation.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PowerEfficiencyIndependentVar() As AgEVAEngineModelFunction

[C#]
public AgEVAEngineModelFunction PowerEfficiencyIndependentVar {get; set;}

[Managed C++]
public: __property AgEVAEngineModelFunction get_PowerEfficiencyIndependentVar();
public: __property void set_PowerEfficiencyIndependentVar(
AgEVAEngineModelFunction
);

[Unmanaged C++]
public: HRESULT get_PowerEfficiencyIndependentVar(
AgEVAEngineModelFunction * pRetVal
);
public: HRESULT put_PowerEfficiencyIndependentVar(
AgEVAEngineModelFunction NewPowerEfficiencyIndependentVar
);

[Java]
public AgEVAEngineModelFunction getPowerEfficiencyIndependentVar();public void setPowerEfficiencyIndependentVar(
AgEVAEngineModelFunction
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1