Gets an evaluator that can be used to find the transformation from this axes' parent axes to
this axes at a given date. Consider using the methods of
GeometryTransformer
instead of calling this method directly.
See
GetEvaluator(EvaluatorGroup) for 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 AxesEvaluator GetEvaluator()
Public Function GetEvaluator As AxesEvaluator
public:
AxesEvaluator^ GetEvaluator()
member GetEvaluator : unit -> AxesEvaluator
Return Value
Type:
AxesEvaluatorAn evaluator for this Axes.
See Also