STK AstrogatorSend comments on this topic.
MassFlowEfficiencyIndependentVar Property (IAgVAEngineDefinition)
See Also
Windows





Windows & Linux

Description

Gets or sets the independent variable for the mass flow efficiency equation.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MassFlowEfficiencyIndependentVar() As AgEVAEngineModelFunction
[C#]
public AgEVAEngineModelFunction MassFlowEfficiencyIndependentVar {get; set;}
[Managed C++]
public: __property AgEVAEngineModelFunction get_MassFlowEfficiencyIndependentVar();
public: __property void set_MassFlowEfficiencyIndependentVar( AgEVAEngineModelFunction );
[Unmanaged C++]
public: HRESULT get_MassFlowEfficiencyIndependentVar(
    AgEVAEngineModelFunction * pVal
);
public: HRESULT put_MassFlowEfficiencyIndependentVar(
    AgEVAEngineModelFunction InVal
);
[Java]
public AgEVAEngineModelFunction getMassFlowEfficiencyIndependentVar();
public void setMassFlowEfficiencyIndependentVar(
    AgEVAEngineModelFunction
);
[Python - STK API ]
@property
def MassFlowEfficiencyIndependentVar(self) -> "AgEVAEngineModelFunction":

@MassFlowEfficiencyIndependentVar.setter
def MassFlowEfficiencyIndependentVar(self, InVal:"AgEVAEngineModelFunction") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.