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






