AGI STK Astrogator 11 Send comments on this topic.
g Property (IAgVAEngineModelPoly)
See Also 





Description

The gravitational acceleration constant at sea level on the Earth. Uses Acceleration Dimension.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_g();
public: __property void set_g(
double
);

[Unmanaged C++]
public: HRESULT get_g(
double * pRetVal
);
public: HRESULT put_g(
double Newg
);

[Java]
public double getg();public void setg(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1