ScalarVariableAreaArgumentLatitudeAreaData Property  | 
 
            Gets a collection of key-value pairs with argument of latitude (in degrees)
            as the key and area (in meters squared) as the value. 
            
 
    Namespace: 
   AGI.Foundation.Celestial
    Assembly:
   AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Dictionary<double, double> AreaData { get; }Public ReadOnly Property AreaData As Dictionary(Of Double, Double)
	Get
public:
property Dictionary<double, double>^ AreaData {
	Dictionary<double, double>^ get ();
}member AreaData : Dictionary<float, float> with get
Property Value
Type: 
DictionaryDouble, 
Double
See Also