ProfileRouteConnection Constructor (Ellipsoid, RouteProfile) | 
 
            Create a new instance based on the given profile.  By default this will
            connect procedures using a constant heading. 
            
 
    Namespace: 
   AGI.Foundation.RouteDesign
    Assembly:
   AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic ProfileRouteConnection(
	Ellipsoid referenceSurface,
	RouteProfile connectionProfile
)
Public Sub New ( 
	referenceSurface As Ellipsoid,
	connectionProfile As RouteProfile
)
public:
ProfileRouteConnection(
	Ellipsoid^ referenceSurface, 
	RouteProfile^ connectionProfile
)
new : 
        referenceSurface : Ellipsoid * 
        connectionProfile : RouteProfile -> ProfileRouteConnectionParameters
- referenceSurface
 - Type: AGI.Foundation.Geometry.ShapesEllipsoid
The shape of the surface over which to define the connection. - connectionProfile
 - Type: AGI.Foundation.RouteDesignRouteProfile
The profile defining the height and speed along the connection. 
See Also