| EllipsoidSurfaceCurveInterpolateUsingSurfaceDistance Method  | 
 
            Provides the location of a point at the indicated distance along the curve.
            
 
    Namespace: 
   AGI.Foundation.Geometry.Shapes
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic abstract Cartographic InterpolateUsingSurfaceDistance(
	double surfaceDistance
)
Public MustOverride Function InterpolateUsingSurfaceDistance ( 
	surfaceDistance As Double
) As Cartographic
public:
virtual Cartographic InterpolateUsingSurfaceDistance(
	double surfaceDistance
) abstract
abstract InterpolateUsingSurfaceDistance : 
        surfaceDistance : float -> Cartographic 
Parameters
- surfaceDistance
- Type: SystemDouble
 The distance from the initial point to the point of interest along the rhumb line.
Return Value
Type: 
CartographicThe planetodetic location of the point along the curve.
 See Also
See Also