AGI AgAsHpopPlugin 11 Send comments on this topic.
RadPressureCoefficient Property (IAgAsHpopPluginResult)
See Also 





Description

Radiation pressure coefficient, used by albedo and thermal radiation pressure. Can only be set if albedo or thermal radiation pressure is on.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_RadPressureCoefficient();
public: __property void set_RadPressureCoefficient(
double
);

[Unmanaged C++]
public: HRESULT get_RadPressureCoefficient(
double * pRetVal
);
public: HRESULT put_RadPressureCoefficient(
double NewRadPressureCoefficient
);

[Java]
public double getRadPressureCoefficient();public void setRadPressureCoefficient(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1