Click or drag to resize

ScalarVariableAreaJulianDateCycleRepeats Property

Gets or sets a value indicating whether any time outside the time interval defined by the AreaData will be wrapped by adding or subtracting an integer number of time intervals until the transformed time is inside the time interval. If false, any time that is before the time interval defined by the AreaData will be set to the minimum time within the interval. Similarly, any time after that time interval will be set to the maximum time within the interval.

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public bool CycleRepeats { get; set; }

Property Value

Type: Boolean
See Also