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






Windows & Linux

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

© 2019 Analytical Graphics, Inc. All Rights Reserved.