| Sgp4ElementsSwitchByClosestApproach Constructor (Sgp4Propagator) | 
 
            Create a new instance using the given propagator to test the element sets.
            
 
    Namespace: 
   AGI.Foundation.Propagators
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic Sgp4ElementsSwitchByClosestApproach(
	Sgp4Propagator propagator
)
Public Sub New ( 
	propagator As Sgp4Propagator
)
public:
Sgp4ElementsSwitchByClosestApproach(
	Sgp4Propagator^ propagator
)
new : 
        propagator : Sgp4Propagator -> Sgp4ElementsSwitchByClosestApproachParameters
- propagator
- Type: AGI.Foundation.PropagatorsSgp4Propagator
 The propagator to use to test the element sets.
 See Also
See Also