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





Description

C6 coefficient. Dimensionless.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_C6();
public: __property void set_C6(
double
);

[Unmanaged C++]
public: HRESULT get_C6(
double * pRetVal
);
public: HRESULT put_C6(
double NewC6
);

[Java]
public double getC6();public void setC6(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1