STK ObjectsSend 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 * pVal
);
public: HRESULT put_GravityValue(
    double InVal
);
[Java]
public double getGravityValue();
public void setGravityValue(
    double
);
[Python - STK API ]
@property
def GravityValue(self) -> float:

@GravityValue.setter
def GravityValue(self, InVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.