Click or drag to resize

SurfaceCurveSegmentTraverseSurface 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: 24.1.418.0 (24.1.418.0)
Syntax
public override Cartographic TraverseSurface(
	double distanceAlongPath
)

Parameters

distanceAlongPath
Type: SystemDouble
The distance along the surface path, in meters.

Return Value

Type: Cartographic
The Cartographic position at the given distance along the path.
See Also