ReferenceFrameGetEvaluator Method |
Gets an evaluator that can be used to find the motion of this reference frame relative to its parent
reference frame at a given date. Consider using the methods of
GeometryTransformer
instead of calling this method directly.
See
GetEvaluator(EvaluatorGroup) for more details.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ReferenceFrameEvaluator GetEvaluator()
Public Function GetEvaluator As ReferenceFrameEvaluator
public:
ReferenceFrameEvaluator^ GetEvaluator()
member GetEvaluator : unit -> ReferenceFrameEvaluator
Return Value
Type:
ReferenceFrameEvaluatorAn evaluator for this reference frame.
See Also