ScalarAtmosphericDensity Constructor (Point, SolarGeophysicalData) | 
 
            Initializes a 
Scalar representing 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)
Syntaxprotected ScalarAtmosphericDensity(
	Point targetPoint,
	SolarGeophysicalData solarGeophysicalData
)
Protected Sub New ( 
	targetPoint As Point,
	solarGeophysicalData As SolarGeophysicalData
)
protected:
ScalarAtmosphericDensity(
	Point^ targetPoint, 
	SolarGeophysicalData^ solarGeophysicalData
)
new : 
        targetPoint : Point * 
        solarGeophysicalData : SolarGeophysicalData -> ScalarAtmosphericDensityParameters
- targetPoint
 - Type: AGI.Foundation.GeometryPoint
The target point of the density calculations. - solarGeophysicalData
 - Type: AGI.Foundation.CelestialSolarGeophysicalData
Solar and magnetic flux information. 
See Also