AGI STK Astrogator 11 Send comments on this topic.
RadiationPressureArea Property (IAgVAState)
See Also 





Description

The cross-sectional area of the spacecraft assumed perpendicular to the direction of central body radiation, used for central body radiation (albedo / thermal pressure) calculations. Uses Small Area Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property RadiationPressureArea() As Double

[C#]
public double RadiationPressureArea {get; set;}

[Managed C++]
public: __property double get_RadiationPressureArea();
public: __property void set_RadiationPressureArea(
double
);

[Unmanaged C++]
public: HRESULT get_RadiationPressureArea(
double * pRetVal
);
public: HRESULT put_RadiationPressureArea(
double NewRadiationPressureArea
);

[Java]
public double getRadiationPressureArea();public void setRadiationPressureArea(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1