True if including accelerations derived from thermal radiation pressure from the central body.
Read-write property
[Visual Basic .NET] |
---|
Public Property IncludeThermalRadiationPressure() As Boolean |
[C#] |
---|
public bool IncludeThermalRadiationPressure {get; set;} |
[Managed C++] |
---|
public: __property bool get_IncludeThermalRadiationPressure(); |
[Unmanaged C++] |
---|
public: HRESULT get_IncludeThermalRadiationPressure( VARIANT_BOOL * pVal ); public: HRESULT put_IncludeThermalRadiationPressure( VARIANT_BOOL InVal ); |
[Java] |
---|
public bool getIncludeThermalRadiationPressure(); public void setIncludeThermalRadiationPressure( bool ); |