SurfaceSegment Constructor (Ellipsoid, Double) | 
 
            Create a new instance with the given surface shape and total distance.
            
 
    Namespace: 
   AGI.Foundation.RouteDesign.Advanced
    Assembly:
   AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxprotected SurfaceSegment(
	Ellipsoid shape,
	double surfaceDistance
)
Protected Sub New ( 
	shape As Ellipsoid,
	surfaceDistance As Double
)
protected:
SurfaceSegment(
	Ellipsoid^ shape, 
	double surfaceDistance
)
new : 
        shape : Ellipsoid * 
        surfaceDistance : float -> SurfaceSegmentParameters
- shape
 - Type: AGI.Foundation.Geometry.ShapesEllipsoid
The shape of the surface upon which this segment is defined. - surfaceDistance
 - Type: SystemDouble
The total distance along the surface path, in meters. 
See Also