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





Description

The independent variable for the mass flow rate equation.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MassFlowRateEquationType() As AgEVAEngineModelFunction

[C#]
public AgEVAEngineModelFunction MassFlowRateEquationType {get; set;}

[Managed C++]
public: __property AgEVAEngineModelFunction get_MassFlowRateEquationType();
public: __property void set_MassFlowRateEquationType(
AgEVAEngineModelFunction
);

[Unmanaged C++]
public: HRESULT get_MassFlowRateEquationType(
AgEVAEngineModelFunction * pRetVal
);
public: HRESULT put_MassFlowRateEquationType(
AgEVAEngineModelFunction NewMassFlowRateEquationType
);

[Java]
public AgEVAEngineModelFunction getMassFlowRateEquationType();public void setMassFlowRateEquationType(
AgEVAEngineModelFunction
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1