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





Description

C2 coefficient. Dimensionless.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_C2();
public: __property void set_C2(
double
);

[Unmanaged C++]
public: HRESULT get_C2(
double * pRetVal
);
public: HRESULT put_C2(
double NewC2
);

[Java]
public double getC2();public void setC2(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1