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: 25.1.421.0 (25.1.421.0)
Syntaxpublic PropagationStateConverter Converter { get; }Public ReadOnly Property Converter As PropagationStateConverter
	Get
public:
property PropagationStateConverter^ Converter {
	PropagationStateConverter^ get ();
}member Converter : PropagationStateConverter with get
Property Value
Type: 
PropagationStateConverter
See Also