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.2.419.0 (24.2.419.0)
Syntax public void SetPositionCartographic(
CentralBody centralBody,
Cartographic position
)
Public Sub SetPositionCartographic (
centralBody As CentralBody,
position As Cartographic
)
public:
void SetPositionCartographic(
CentralBody^ centralBody,
Cartographic position
)
member SetPositionCartographic :
centralBody : CentralBody *
position : Cartographic -> unit
Parameters
- centralBody
- Type: AGI.Foundation.CelestialCentralBody
The central body the position is defined on. - position
- Type: AGI.Foundation.CoordinatesCartographic
The point's position.
Exceptions See Also