AGI STK Objects 11 Send comments on this topic.
GravitationalParameter Property (IAgStkCentralBody)
See Also 
Windows






Windows & Linux

Description

The gravitational parameter of the central body in distance units cubed per time units squared (i.e. m^3*s^-2)

Property type

Read-only property

Syntax

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

[C#]
public double GravitationalParameter {get;}

[Managed C++]
public: __property double get_GravitationalParameter();

[Unmanaged C++]
public: HRESULT get_GravitationalParameter(
double * pRetVal
);

[Java]
public double getGravitationalParameter();

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface