| 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: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic 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
See Also