Sgp4Propagator.Sgp4EstimationOutput.EstimatedElements Property |
Gets the estimated set of elements representing the ephemeris at epoch.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Sgp4Elements EstimatedElements { get; }
Public ReadOnly Property EstimatedElements As Sgp4Elements
Get
public:
property Sgp4Elements^ EstimatedElements {
Sgp4Elements^ get ();
}
member EstimatedElements : Sgp4Elements with get
Property Value
Type:
Sgp4Elements
See Also