SurfaceArc Constructor (Ellipsoid, Cartographic, Double, Double, ClosedTurnDirection) | 
 
            Create a new instance based on the given point and heading.
            
 
    Namespace: 
   AGI.Foundation.RouteDesign.Advanced
    Assembly:
   AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic SurfaceArc(
	Ellipsoid shape,
	Cartographic point,
	double heading,
	double radius,
	ClosedTurnDirection turnDirection
)
Public Sub New ( 
	shape As Ellipsoid,
	point As Cartographic,
	heading As Double,
	radius As Double,
	turnDirection As ClosedTurnDirection
)
public:
SurfaceArc(
	Ellipsoid^ shape, 
	Cartographic point, 
	double heading, 
	double radius, 
	ClosedTurnDirection turnDirection
)
new : 
        shape : Ellipsoid * 
        point : Cartographic * 
        heading : float * 
        radius : float * 
        turnDirection : ClosedTurnDirection -> SurfaceArcParameters
- shape
 - Type: AGI.Foundation.Geometry.ShapesEllipsoid
The shape of the surface on which to define the arc. - point
 - Type: AGI.Foundation.CoordinatesCartographic
The starting point for the arc. - heading
 - Type: SystemDouble
The initial heading along the arc, in radians. - radius
 - Type: SystemDouble
The turning radius of the arc measured from the center point, in meters. - turnDirection
 - Type: AGI.Foundation.RouteDesignClosedTurnDirection
The direction in which to turn on the surface. 
See Also