AGI STK Astrogator 11 Send comments on this topic.
IncludeThermalRadiationPressure Property (IAgVARadiationPressureFunction)
See Also 





Description

True if including accelerations derived from thermal radiation pressure from the central body).

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property IncludeThermalRadiationPressure() As Boolean

[C#]
public bool IncludeThermalRadiationPressure {get; set;}

[Managed C++]
public: __property bool get_IncludeThermalRadiationPressure();
public: __property void set_IncludeThermalRadiationPressure(
bool
);

[Unmanaged C++]
public: HRESULT get_IncludeThermalRadiationPressure(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_IncludeThermalRadiationPressure(
VARIANT_BOOL NewIncludeThermalRadiationPressure
);

[Java]
public bool getIncludeThermalRadiationPressure();public void setIncludeThermalRadiationPressure(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1