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: 24.2.419.0 (24.2.419.0)
Syntax public Sgp4ElementsSwitchByClosestApproach(
Sgp4Propagator propagator
)
Public Sub New (
propagator As Sgp4Propagator
)
public:
Sgp4ElementsSwitchByClosestApproach(
Sgp4Propagator^ propagator
)
new :
propagator : Sgp4Propagator -> Sgp4ElementsSwitchByClosestApproach
Parameters
- propagator
- Type: AGI.Foundation.PropagatorsSgp4Propagator
The propagator to use to test the element sets.
See Also