Sgp4Propagator Constructor (IEnumerableSgp4Elements) |
Constructs a new instance of an
Sgp4Propagator using the specified initial conditions.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.2.423.0 (25.2.423.0)
Syntaxpublic Sgp4Propagator(
IEnumerable<Sgp4Elements> elementSets
)
Public Sub New (
elementSets As IEnumerable(Of Sgp4Elements)
)
public:
Sgp4Propagator(
IEnumerable<Sgp4Elements^>^ elementSets
)
new :
elementSets : IEnumerable<Sgp4Elements> -> Sgp4PropagatorParameters
- elementSets
- Type: System.Collections.GenericIEnumerableSgp4Elements
The initial conditions from which to propagate.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException |
Thrown when elementSets is .
|
| ArgumentException |
Thrown when any item in elementSets has a defined
ephemeris type of 4 which cannot be propagated by Sgp4Propagator.
|
See Also