Click or drag to resize

SurfaceArcGetHeadingFromParameter Method

Get the heading of the arc at a point specified by the given parameter.

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 double GetHeadingFromParameter(
	double arcParameter
)

Parameters

arcParameter
Type: SystemDouble
The parameter along the surface arc roughly equivalent to an angular measure in radians.

Return Value

Type: Double
The heading with respect to north at the specified point along the arc, in radians.
See Also