Click or drag to resize

OrbitLifetimeResults Class

A set of results indicating the time at which an orbit is expected to decay and the time history of the mean elements. Note that these results may not always indicate a decayed orbit. Check the Status to see whether one of the limit conditions was met before finishing the calculation. In that case, the DateOfDecay will be equal to the ReferenceEpoch, indicating an unknown decay date.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.PropagatorsOrbitLifetimeResults

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public class OrbitLifetimeResults

The OrbitLifetimeResults type exposes the following members.

Constructors
  NameDescription
Public methodOrbitLifetimeResults
Initializes a new instance of the OrbitLifetimeResults class
Top
Properties
  NameDescription
Public propertyDateOfDecay
Gets or sets the expected date after which the satellite is expected to permanently decay, or in the case that the Status indicates an incomplete calculation this will be equal to the ReferenceEpoch indicating an unknown decay date.
Public propertyElements
Gets or sets the list of mean element sets for the successive orbit passes.
Public propertyPropagationFrame
Gets or sets the frame in which the time history of the orbit was propagated.
Public propertyReferenceEpoch
Gets or sets the reference time at which the orbit lifetime calculation started.
Public propertyRevolutionCount
Gets or sets the number of orbits between the ReferenceEpoch and the DateOfDecay.
Public propertyStatus
Gets or sets the status indicating whether the orbit has decayed or whether the calculation finished without finding any decay.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also