| Sgp4ElementsSwitchingGetSwitchTime Method  | 
 
            Determine the intervals of time covered by each element set.
            The intervals should not overlap.
            
 
    Namespace: 
   AGI.Foundation.Propagators
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic abstract JulianDate GetSwitchTime(
	Sgp4Elements previous,
	Sgp4Elements next
)
Public MustOverride Function GetSwitchTime ( 
	previous As Sgp4Elements,
	next As Sgp4Elements
) As JulianDate
public:
virtual JulianDate GetSwitchTime(
	Sgp4Elements^ previous, 
	Sgp4Elements^ next
) abstract
abstract GetSwitchTime : 
        previous : Sgp4Elements * 
        next : Sgp4Elements -> JulianDate 
Parameters
- previous
- Type: AGI.Foundation.PropagatorsSgp4Elements
 The previous element set from which to transition.
- next
- Type: AGI.Foundation.PropagatorsSgp4Elements
 The next element set to which to transition.
Return Value
Type: 
JulianDateThe intervals of time and their corresponding element sets.
 See Also
See Also