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