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





Windows & Linux

Description

Gets or sets 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 * 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:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.