PropagatedRouteCreateSurfaceCurve Method |
Create a curve representing the path of this route along the surface of the
CentralBody's
Ellipsoid surface.
Namespace:
AGI.Foundation.RouteDesign
Assembly:
AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public EllipsoidSurfaceCurve CreateSurfaceCurve()
Public Function CreateSurfaceCurve As EllipsoidSurfaceCurve
public:
EllipsoidSurfaceCurve^ CreateSurfaceCurve()
member CreateSurfaceCurve : unit -> EllipsoidSurfaceCurve
Return Value
Type:
EllipsoidSurfaceCurveThe path of this route along the surface.
See Also