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






Windows & Linux

Description

Opt whether to use lunar gravity.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseLunarGravity() As Boolean

[C#]
public bool UseLunarGravity {get; set;}

[Managed C++]
public: __property bool get_UseLunarGravity();
public: __property void set_UseLunarGravity(
bool
);

[Unmanaged C++]
public: HRESULT get_UseLunarGravity(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseLunarGravity(
VARIANT_BOOL NewUseLunarGravity
);

[Java]
public bool getUseLunarGravity();public void setUseLunarGravity(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface