JplDEFileGetEvaluator Method (JplDEDataIndex, EvaluatorGroup) |
Gets an evaluator that can be used to calculate time-varying information in the file.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public JplDEFileEvaluator GetEvaluator(
JplDEDataIndex index,
EvaluatorGroup group
)
Public Function GetEvaluator (
index As JplDEDataIndex,
group As EvaluatorGroup
) As JplDEFileEvaluator
public:
JplDEFileEvaluator^ GetEvaluator(
JplDEDataIndex index,
EvaluatorGroup^ group
)
member GetEvaluator :
index : JplDEDataIndex *
group : EvaluatorGroup -> JplDEFileEvaluator
Parameters
- index
- Type: AGI.Foundation.CelestialJplDEDataIndex
The index of the data to evaluate. - group
- Type: AGI.FoundationEvaluatorGroup
The group with which to associate the new evaluator. By grouping evaluators
that are often evaluated at the same Julian dates, common computations can be performed only once
for the entire group instead of multiple times for each evaluator.
Return Value
Type:
JplDEFileEvaluatorAn evaluator used to calculate time-varying information in the file.
Exceptions See Also