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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1