Point.GetEvaluator Method |
Gets an evaluator that can be used to find the motion of this point in 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic PointEvaluator GetEvaluator()
Public Function GetEvaluator As PointEvaluator
public:
PointEvaluator^ GetEvaluator()
member GetEvaluator : unit -> PointEvaluator
Return Value
Type:
PointEvaluatorAn evaluator for this Point.
See Also