STK AstrogatorSend comments on this topic.
IncludeThermalRadiationPressure Property (IAgVARadiationPressureFunction)
See Also
Windows





Windows & Linux

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 * pVal
);
public: HRESULT put_IncludeThermalRadiationPressure(
    VARIANT_BOOL InVal
);
[Java]
public bool getIncludeThermalRadiationPressure();
public void setIncludeThermalRadiationPressure(
    bool
);
[Python - STK API ]
@property
def IncludeThermalRadiationPressure(self) -> bool:

@IncludeThermalRadiationPressure.setter
def IncludeThermalRadiationPressure(self, InVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.