Click or drag to resize

NumericalPropagatorState Properties

The NumericalPropagatorState type exposes the following members.

Properties
  NameDescription
Public propertyAuxiliaryElements
Gets names of the auxiliary elements.
Public propertyAvailableElements
Gets the names of all of the elements in this state.
Public propertyConverter
Public propertyCurrentDate
Gets or sets the JulianDate that this state is valid.
Public propertyCurrentState
Gets a copy of the raw state.
Public propertyEpoch
Gets the epoch that the propagated started from.
Public propertyIntegrationElements
Gets names of the integration elements.
Public propertyIsThreadSafe
Gets a value indicating whether the methods on this instance are safe to call from multiple threads simultaneously.
Public propertyPropagationParameter
Gets the PropagationEvaluationInformation based on the CurrentState, Epoch, and CurrentDate of this state. This is useful for when you need to evaluate an evaluator outside of propagation that was parameterized in a NumericalPropagator.
Top
See Also