Click or drag to resize

InitialOrbitSolverResults Class

Contains the results produced by the InitialOrbitSolver. These motions contain the necessary information to determine the orbit.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.PropagatorsInitialOrbitSolverResults

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

The InitialOrbitSolverResults type exposes the following members.

Constructors
  NameDescription
Public methodInitialOrbitSolverResults
Initializes the results data container.
Top
Properties
  NameDescription
Public propertyPosition1Motion
Gets the motion for the first position in the orbit.
Public propertyPosition2Motion
Gets the motion for the second position in the orbit.
Public propertyPosition3Motion
Gets the motion for the third position in the orbit.
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