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





Description

The reflectivity of the spacecraft used for central body radiation pressure (albedo / thermal pressure) calculations, where 2.0 is fully reflective and 1.0 is not reflective at all. Dimensionless.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_RadiationPressureCoeff();
public: __property void set_RadiationPressureCoeff(
double
);

[Unmanaged C++]
public: HRESULT get_RadiationPressureCoeff(
double * pRetVal
);
public: HRESULT put_RadiationPressureCoeff(
double NewRadiationPressureCoeff
);

[Java]
public double getRadiationPressureCoeff();public void setRadiationPressureCoeff(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1