Description
The cross-sectional area of the spacecraft assumed perpendicular to the direction of solar radiation, used for solar radiation calculations. Uses SmallArea Dimension.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property SolarRadiationPressureArea() As Double
|
| [C#] |
|---|
public double SolarRadiationPressureArea {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_SolarRadiationPressureArea(); public: __property void set_SolarRadiationPressureArea(
double
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_SolarRadiationPressureArea(
double * pVal
);
public: HRESULT put_SolarRadiationPressureArea(
double newVal
);
|
| [Java] |
|---|
public double getSolarRadiationPressureArea();
public void setSolarRadiationPressureArea(
double
);
|
| [Python - STK API] |
|---|
@property
def SolarRadiationPressureArea(self) -> float:
@SolarRadiationPressureArea.setter
def SolarRadiationPressureArea(self, newVal:float) -> None:
|
See Also