Click or drag to resize

PathPointBuilderSetPositionCartographic Method

Sets the position of the point given in cartographic coordinates defined on a central body.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public void SetPositionCartographic(
	CentralBody centralBody,
	Cartographic position
)

Parameters

centralBody
Type: AGI.Foundation.CelestialCentralBody
The central body the position is defined on.
position
Type: AGI.Foundation.CoordinatesCartographic
The point's position.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when centralBody is .
See Also