EllipsoidComplexSurfaceCurveInterpolateUsingFraction Method  | 
 
            Provides the location of a point at the indicated portion 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)
Syntaxpublic override Cartographic InterpolateUsingFraction(
	double fraction
)
Public Overrides Function InterpolateUsingFraction ( 
	fraction As Double
) As Cartographic
public:
virtual Cartographic InterpolateUsingFraction(
	double fraction
) override
abstract InterpolateUsingFraction : 
        fraction : float -> Cartographic 
override InterpolateUsingFraction : 
        fraction : float -> Cartographic Parameters
- fraction
 - Type: SystemDouble
The portion of the distance between the initial and final points. 
Return Value
Type: 
CartographicThe planetodetic location of the point along the curve.
See Also