ScalarVariableAreaJulianDateAreaData Property |
Gets a collection of key-value pairs with
JulianDate
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: 24.2.419.0 (24.2.419.0)
Syntax public Dictionary<JulianDate, double> AreaData { get; }
Public ReadOnly Property AreaData As Dictionary(Of JulianDate, Double)
Get
public:
property Dictionary<JulianDate, double>^ AreaData {
Dictionary<JulianDate, double>^ get ();
}
member AreaData : Dictionary<JulianDate, float> with get
Property Value
Type:
DictionaryJulianDate,
DoubleSee Also