JplDEFileGetEvaluator Method (JplDEDataIndex) | 
 
            Gets an evaluator that can be used to produce the time-varying information based on this JPL DE file.
            The evaluator will produce an array of double values corresponding to the data for the given 
JplDEDataIndex
            for a given 
JulianDate.
            
 
    Namespace: 
   AGI.Foundation.Celestial
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic JplDEFileEvaluator GetEvaluator(
	JplDEDataIndex index
)
Public Function GetEvaluator ( 
	index As JplDEDataIndex
) As JplDEFileEvaluator
public:
JplDEFileEvaluator^ GetEvaluator(
	JplDEDataIndex index
)
member GetEvaluator : 
        index : JplDEDataIndex -> JplDEFileEvaluator 
Parameters
- index
 - Type: AGI.Foundation.CelestialJplDEDataIndex
The index of the data to evaluate. 
Return Value
Type: 
JplDEFileEvaluatorAn evaluator used to calculate time-varying information in the file.
See Also