STK ObjectsSend comments on this topic.
UseSolarGravity Property (IAgVeThirdBodyGravity)
See Also
Windows





Windows & Linux

Description

Opt whether to use solar gravity.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseSolarGravity() As Boolean
[C#]
public bool UseSolarGravity {get; set;}
[Managed C++]
public: __property bool get_UseSolarGravity();
public: __property void set_UseSolarGravity( bool );
[Unmanaged C++]
public: HRESULT get_UseSolarGravity(
    VARIANT_BOOL * pVal
);
public: HRESULT put_UseSolarGravity(
    VARIANT_BOOL UseSolarGravity
);
[Java]
public bool getUseSolarGravity();
public void setUseSolarGravity(
    bool
);
[Python - STK API ]
@property
def UseSolarGravity(self) -> bool:

@UseSolarGravity.setter
def UseSolarGravity(self, UseSolarGravity:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.