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






Windows & Linux

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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface