AGI STK Astrogator 11 Send comments on this topic.
C5 Property (IAgVAEngineModelThrustCoefficients)
See Also 





Description

C5 coefficient. Dimensionless.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_C5();
public: __property void set_C5(
double
);

[Unmanaged C++]
public: HRESULT get_C5(
double * pRetVal
);
public: HRESULT put_C5(
double NewC5
);

[Java]
public double getC5();public void setC5(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1