Sgp4PropagatorInitialConditions Property |
Gets or sets the first set of elements in the
ElementSets.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.2.423.0 (25.2.423.0)
Syntaxpublic Sgp4Elements InitialConditions { get; set; }Public Property InitialConditions As Sgp4Elements
Get
Set
public:
property Sgp4Elements^ InitialConditions {
Sgp4Elements^ get ();
void set (Sgp4Elements^ value);
}member InitialConditions : Sgp4Elements with get, set
Property Value
Type:
Sgp4Elements
Exceptions| Exception | Condition |
|---|
| ArgumentNullException |
Thrown when value is .
|
| ArgumentException |
Thrown when value has a defined
ephemeris type of 4 which cannot be propagated by Sgp4Propagator.
|
See Also