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






Windows & Linux

Description

The J4 property. Taking into account first and second order Earth oblateness effects. Dimensionless.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_J4();
public: __property void set_J4(
double
);

[Unmanaged C++]
public: HRESULT get_J4(
double * pRetVal
);
public: HRESULT put_J4(
double NewJ4
);

[Java]
public double getJ4();public void setJ4(
double
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface