ScalarVariableAreaArgumentLatitude Constructor (Int32, DictionaryDouble, Double) | 
  
    Namespace: 
   AGI.Foundation.Celestial
    Assembly:
   AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic ScalarVariableAreaArgumentLatitude(
	int interpolationOrder,
	Dictionary<double, double> areaData
)
Public Sub New ( 
	interpolationOrder As Integer,
	areaData As Dictionary(Of Double, Double)
)
public:
ScalarVariableAreaArgumentLatitude(
	int interpolationOrder, 
	Dictionary<double, double>^ areaData
)
new : 
        interpolationOrder : int * 
        areaData : Dictionary<float, float> -> ScalarVariableAreaArgumentLatitudeParameters
- interpolationOrder
 - Type: SystemInt32
The order of the interpolation that will be done to estimate the area. - areaData
 - Type: System.Collections.GenericDictionaryDouble, Double
Collection of key-value pairs with argument of latitude (in degrees)
            as the key and area (in meters squared) as the value. 
See Also