LifetimeOrbitPropagator Methods | 
The LifetimeOrbitPropagator type exposes the following members.
| Name | Description | |
|---|---|---|
| Clone | 
            Clones this object using the specified context.
              (Overrides DefinitionalObjectClone(CopyContext).) | |
| ComputeLifetime | 
            Compute the set of metrics describing the time history of the orbit as well 
            as the number of orbit revolutions and the time at which the orbit is expected to decay.
            Note that if the propagation reaches the OrbitCountLimit or DurationLimit
            the results will not represent a decayed orbit.  This can also happen if there is a problem
            with the initial state or something else went wrong during propagation.  Check the 
            Status in order to determine whether the calculation
            completed successfully.
              | |
| ComputeLifetime(ITrackCalculationProgress) | 
            Compute the set of metrics describing the time history of the orbit as well 
            as the number of orbit revolutions and the time at which the orbit is expected to decay.
            Note that if the propagation reaches the OrbitCountLimit or DurationLimit
            the results will not represent a decayed orbit.  This can also happen if there is a problem
            with the initial state or something else went wrong during propagation.  Check the 
            Status in order to determine whether the calculation
            completed successfully.
              | |
| EnumerateDependencies | 
        Enumerates the dependencies of this object by calling
        EnumerateT(T) for each object that this object directly depends upon.
        Derived classes which contain additional dependencies MUST override this method, call the base
        implementation, and enumerate dependencies introduced by the derived class.
        (Overrides DefinitionalObjectEnumerateDependencies(DependencyEnumerator).) | |
| Equals | Determines whether the specified object is equal to the current object.  (Inherited from Object.) | |
| Freeze | 
            Freezes this object.  Further attempts to modify it will result
            in an ObjectFrozenException.
              (Inherited from DefinitionalObject.) | |
| GetDefinitionHashCode | 
            Gets a hash code representing the definition of this object.
              (Inherited from DefinitionalObject.) | |
| GetHashCode | Serves as the default hash function.   (Inherited from Object.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| IsSameDefinition | 
        Determines if this object has the same definition as another object.
        (Inherited from DefinitionalObject.) | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) |