AGI STK Objects 11 Send comments on this topic.
MagnitudeToIrradianceConversionFactor Property (IAgCelestialBodyInfo)
See Also 
Windows






Windows & Linux

Description

Magnitude to irradiance conversion factor is not given directly in any catalog. This factor converts the Planck function radiance to a rescaled irradiance at Earth’s distance from the star. Unitless.

Property type

Read-only property

Syntax

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

[C#]
public double MagnitudeToIrradianceConversionFactor {get;}

[Managed C++]
public: __property double get_MagnitudeToIrradianceConversionFactor();

[Unmanaged C++]
public: HRESULT get_MagnitudeToIrradianceConversionFactor(
double * pRetVal
);

[Java]
public double getMagnitudeToIrradianceConversionFactor();

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface