Click or drag to resize

NumericalPropagationStateHistory Methods

The NumericalPropagationStateHistory type exposes the following members.

Methods
  NameDescription
Public methodAdd(JulianDate, Double)
Add an entry to the end of the state history. If the time already exists in the collection, the existing time is overwritten.
Public methodAdd(JulianDate, Double, NumericalIntegrationInformation)
Add an entry to appropriate location in the state history. If the time already exists in the collection, the existing state and info are overwritten.
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 methodGetDateMotionCollectionT
Gets a DateMotionCollectionT of the given type based on a string identification corresponding to either a PropagationStateElement or AuxiliaryStateElement. The type must correspond to the type of the state element or it will throw an exception.
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 methodRemove
Removes entries associated with the specified time.
Public methodRemoveAt
Remove entries at a given index.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also