SurfaceSegmentTraverseSurface Method  | 
 
            Get the surface position at the specified distance along the surface path.
            
 
    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 Cartographic TraverseSurface(
	double distanceAlongPath
)
Public MustOverride Function TraverseSurface ( 
	distanceAlongPath As Double
) As Cartographic
public:
virtual Cartographic TraverseSurface(
	double distanceAlongPath
) abstract
abstract TraverseSurface : 
        distanceAlongPath : float -> Cartographic 
Parameters
- distanceAlongPath
 - Type: SystemDouble
The distance along the surface path, in meters. 
Return Value
Type: 
CartographicThe 
Cartographic position at the given distance along the path.
See Also