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.2.419.0 (24.2.419.0)
Syntax public bool CycleRepeats { get; set; }
Public Property CycleRepeats As Boolean
Get
Set
public:
property bool CycleRepeats {
bool get ();
void set (bool value);
}
member CycleRepeats : bool with get, set
Property Value
Type:
BooleanSee Also