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





Description

The J3 property. Taking into account first order longitudinal variations of the Earth's shape. Dimensionless.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_J3();
public: __property void set_J3(
double
);

[Unmanaged C++]
public: HRESULT get_J3(
double * pRetVal
);
public: HRESULT put_J3(
double NewJ3
);

[Java]
public double getJ3();public void setJ3(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1