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






Windows & Linux

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 SmallArea 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

© 2018 Analytical Graphics, Inc. All Rights Reserved.