AGI STK Objects 11 Send comments on this topic.
GravityValue Property (IAgVeThirdBodyGravityElement)
See Also 





Description

Gravity value (if the source is user-specified. Uses Gravity Parameter Dimension.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_GravityValue();
public: __property void set_GravityValue(
double
);

[Unmanaged C++]
public: HRESULT get_GravityValue(
double * pRetVal
);
public: HRESULT put_GravityValue(
double NewGravityValue
);

[Java]
public double getGravityValue();public void setGravityValue(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1