Opt whether to consider thermal radiation pressure effects (i.e., radiation pressure caused by blackbody heat radiation of the central body).
Read-write property
[Visual Basic .NET] |
---|
Public Property IncludeThermal() As Boolean |
[C#] |
---|
public bool IncludeThermal {get; set;} |
[Managed C++] |
---|
public: __property bool get_IncludeThermal(); |
[Unmanaged C++] |
---|
public: HRESULT get_IncludeThermal( VARIANT_BOOL * pVal ); public: HRESULT put_IncludeThermal( VARIANT_BOOL UseOceanTides ); |
[Java] |
---|
public bool getIncludeThermal(); public void setIncludeThermal( bool ); |