Description
Get the option that determines whether to specify the gravitational parameter value or to inherit it from the central body.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property UseCentralBodyGravitationalParameter() As Boolean
|
| [C#] |
|---|
public bool UseCentralBodyGravitationalParameter {get; set;}
|
| [Managed C++] |
|---|
public: __property bool get_UseCentralBodyGravitationalParameter(); public: __property void set_UseCentralBodyGravitationalParameter(
bool
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_UseCentralBodyGravitationalParameter(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseCentralBodyGravitationalParameter(
VARIANT_BOOL UseCentralBodyGravitationalParameter
);
|
| [Java] |
|---|
public bool getUseCentralBodyGravitationalParameter();
public void setUseCentralBodyGravitationalParameter(
bool
);
|
| [Python - STK API] |
|---|
@property
def UseCentralBodyGravitationalParameter(self) -> bool:
@UseCentralBodyGravitationalParameter.setter
def UseCentralBodyGravitationalParameter(self, UseCentralBodyGravitationalParameter:bool) -> None:
|
See Also