STK AgAsHpopPluginSend 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 * pCoef
);
public: HRESULT put_RadPressureCoefficient(
    double NewCoef
);
[Java]
public double getRadPressureCoefficient();
public void setRadPressureCoefficient(
    double
);

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.