Click or drag to resize

CentralBodyObserveCartographicPoint Method (Point)

Gets an evaluator that can be used to find the Cartographic motion of a point relative to this central body.

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public MotionEvaluator<Cartographic> ObserveCartographicPoint(
	Point point
)

Parameters

point
Type: AGI.Foundation.GeometryPoint
The point to observe.

Return Value

Type: MotionEvaluatorCartographic
An evaluator to find the cartographic motion of a point relative to this central body.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when point is .
See Also