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++] |
---|
public: HRESULT get_PowerEfficiencyIndependentVar( AgEVAEngineModelFunction * pVal ); public: HRESULT put_PowerEfficiencyIndependentVar( AgEVAEngineModelFunction InVal ); |
[Java] |
---|
public AgEVAEngineModelFunction getPowerEfficiencyIndependentVar(); public void setPowerEfficiencyIndependentVar( AgEVAEngineModelFunction ); |
[Python - STK API ] |
---|
@property def PowerEfficiencyIndependentVar(self) -> "AgEVAEngineModelFunction": @PowerEfficiencyIndependentVar.setter def PowerEfficiencyIndependentVar(self, InVal:"AgEVAEngineModelFunction") -> None: |