AGI STK Astrogator 11 Send comments on this topic.
MassFlowEfficiencyIndependentVar Property (IAgVAEngineDefinition)
See Also 





Description

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 * pRetVal
);
public: HRESULT put_MassFlowEfficiencyIndependentVar(
AgEVAEngineModelFunction NewMassFlowEfficiencyIndependentVar
);

[Java]
public AgEVAEngineModelFunction getMassFlowEfficiencyIndependentVar();public void setMassFlowEfficiencyIndependentVar(
AgEVAEngineModelFunction
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1