ConnectionStrategySetSurfaceCurve Method  | 
 
            Set this connection to use the given surface curve.
            
 
    Namespace: 
   AGI.Foundation.RouteDesign.Advanced
    Assembly:
   AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic abstract void SetSurfaceCurve(
	EllipsoidSurfaceCurve curve
)
Public MustOverride Sub SetSurfaceCurve ( 
	curve As EllipsoidSurfaceCurve
)
public:
virtual void SetSurfaceCurve(
	EllipsoidSurfaceCurve^ curve
) abstract
abstract SetSurfaceCurve : 
        curve : EllipsoidSurfaceCurve -> unit 
Parameters
- curve
 - Type: AGI.Foundation.Geometry.ShapesEllipsoidSurfaceCurve
The curve to use as the connection. 
RemarksIf the given curve is incompatible with the 
            current strategy, the strategy will attempt to create a new curve that will
            use the end points of the specified curve.
See Also