NumericalPropagatorConverter Property |
Gets an instance of a converter which can convert the overall raw output
into the output corresponding to a particular
PropagationStateElement
or
AuxiliaryStateElement based on a string identifier and output type.
This is also the object to use when producing ephemeris data to create
interpolated
Point or
Vector objects.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public PropagationStateConverter Converter { get; }
Public ReadOnly Property Converter As PropagationStateConverter
Get
public:
property PropagationStateConverter^ Converter {
PropagationStateConverter^ get ();
}
member Converter : PropagationStateConverter with get
Property Value
Type:
PropagationStateConverterSee Also