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





Description

The quadratic coefficient (C2). Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MassFlowRateC2() As Double

[C#]
public double MassFlowRateC2 {get; set;}

[Managed C++]
public: __property double get_MassFlowRateC2();
public: __property void set_MassFlowRateC2(
double
);

[Unmanaged C++]
public: HRESULT get_MassFlowRateC2(
double * pRetVal
);
public: HRESULT put_MassFlowRateC2(
double NewMassFlowRateC2
);

[Java]
public double getMassFlowRateC2();public void setMassFlowRateC2(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1