Gets or sets the independent variable for the mass flow rate equation.
Read-write property
[Visual Basic .NET] |
---|
Public Property MassFlowRateEquationType() As AgEVAEngineModelFunction |
[C#] |
---|
public AgEVAEngineModelFunction MassFlowRateEquationType {get; set;} |
[Managed C++] |
---|
public: __property AgEVAEngineModelFunction get_MassFlowRateEquationType(); |
[Unmanaged C++] |
---|
public: HRESULT get_MassFlowRateEquationType( AgEVAEngineModelFunction * pVal ); public: HRESULT put_MassFlowRateEquationType( AgEVAEngineModelFunction InVal ); |
[Java] |
---|
public AgEVAEngineModelFunction getMassFlowRateEquationType(); public void setMassFlowRateEquationType( AgEVAEngineModelFunction ); |
[Python - STK API ] |
---|
@property def MassFlowRateEquationType(self) -> "AgEVAEngineModelFunction": @MassFlowRateEquationType.setter def MassFlowRateEquationType(self, InVal:"AgEVAEngineModelFunction") -> None: |