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: 24.2.419.0 (24.2.419.0)
Syntax public 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 -> ProfileRouteConnection
Parameters
- 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