Gets or sets the independent variable for the power efficiency equation.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property PowerEfficiencyIndependentVar() As AgEVAEngineModelFunction |
| [C#] |
|---|
public AgEVAEngineModelFunction PowerEfficiencyIndependentVar {get; set;} |
| [Managed C++] |
|---|
public: __property AgEVAEngineModelFunction get_PowerEfficiencyIndependentVar(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgEVAEngineModelFunction getPowerEfficiencyIndependentVar(); public void setPowerEfficiencyIndependentVar( AgEVAEngineModelFunction ); |
[Python - STK API ] |
|---|
@property def PowerEfficiencyIndependentVar(self) -> "AgEVAEngineModelFunction": @PowerEfficiencyIndependentVar.setter def PowerEfficiencyIndependentVar(self, InVal:"AgEVAEngineModelFunction") -> None: |






