ScalarDensityMsis2000 Constructor (Point, SolarGeophysicalData) | 
 
            Initializes a 
Scalar representing the MSIS 2000 model
            of atmospheric density using the target point and solar-geophysical data.
            
 
    Namespace: 
   AGI.Foundation.Celestial
    Assembly:
   AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic ScalarDensityMsis2000(
	Point targetPoint,
	SolarGeophysicalData solarGeophysicalData
)
Public Sub New ( 
	targetPoint As Point,
	solarGeophysicalData As SolarGeophysicalData
)
public:
ScalarDensityMsis2000(
	Point^ targetPoint, 
	SolarGeophysicalData^ solarGeophysicalData
)
new : 
        targetPoint : Point * 
        solarGeophysicalData : SolarGeophysicalData -> ScalarDensityMsis2000Parameters
- targetPoint
 - Type: AGI.Foundation.GeometryPoint
The target point of the density calculations. - solarGeophysicalData
 - Type: AGI.Foundation.CelestialSolarGeophysicalData
Solar and magnetic flux information. If available,
            this will use the time varying daily averages for the geomagnetic flux. 
See Also