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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1