Click or drag to resize

ScalarVariableAreaJulianDate.AreaData 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: 25.1.421.0 (25.1.421.0)
Syntax
public Dictionary<JulianDate, double> AreaData { get; }

Property Value

Type: Dictionary<JulianDate, Double>
See Also