AGI STK Astrogator 11 Send comments on this topic.
C7 Property (IAgVAEngineModelIspCoefficients)
See Also 





Description

C7 coefficient. Dimensionless.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_C7();
public: __property void set_C7(
double
);

[Unmanaged C++]
public: HRESULT get_C7(
double * pRetVal
);
public: HRESULT put_C7(
double NewC7
);

[Java]
public double getC7();public void setC7(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1