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.2.419.0 (24.2.419.0)
Syntax public double GetHeadingFromParameter(
double arcParameter
)
Public Function GetHeadingFromParameter (
arcParameter As Double
) As Double
public:
double GetHeadingFromParameter(
double arcParameter
)
member GetHeadingFromParameter :
arcParameter : float -> float
Parameters
- arcParameter
- Type: SystemDouble
The parameter along the surface arc roughly equivalent to an
angular measure in radians.
Return Value
Type:
DoubleThe heading with respect to north at the specified point along the arc, in radians.
See Also