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.2.419.0 (24.2.419.0)
Syntax public virtual double GetHeading(
double distanceAlongPath
)
Public Overridable Function GetHeading (
distanceAlongPath As Double
) As Double
public:
virtual double GetHeading(
double distanceAlongPath
)
abstract GetHeading :
distanceAlongPath : float -> float
override GetHeading :
distanceAlongPath : float -> float
Parameters
- distanceAlongPath
- Type: SystemDouble
The distance along the surface path, in meters.
Return Value
Type:
DoubleThe heading at the given position along the path.
See Also