DegenerateSurfaceSegmentGetHeading 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic override double GetHeading(
	double distanceAlongPath
)
Public Overrides Function GetHeading ( 
	distanceAlongPath As Double
) As Double
public:
virtual double GetHeading(
	double distanceAlongPath
) override
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