Click or drag to resize

SurfaceSegmentGetHeading Method (Double)

Get the heading measured clockwise from local north, in radians.

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 virtual double GetHeading(
	double distanceAlongPath
)

Parameters

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

Return Value

Type: Double
The heading at the given position along the path.
See Also