AGI STK Astrogator 11 Send comments on this topic.
J2 Property (IAgVACbGravityModel)
See Also 





Description

The J2 property. Taking into account first order Earth oblateness effects. Dimensionless.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_J2();
public: __property void set_J2(
double
);

[Unmanaged C++]
public: HRESULT get_J2(
double * pRetVal
);
public: HRESULT put_J2(
double NewJ2
);

[Java]
public double getJ2();public void setJ2(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1