GeodesicConnectionStrategyGetHeading Method  | 
 
            Get the heading at an arbitrary point along the connection, 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 s
)
Public Overrides Function GetHeading ( 
	s As Double
) As Double
public:
virtual double GetHeading(
	double s
) override
abstract GetHeading : 
        s : float -> float 
override GetHeading : 
        s : float -> float Parameters
- s
 - Type: SystemDouble
The arc length parameter along the connection, in meters. 
Return Value
Type: 
DoubleThe heading measured clockwise from north, in radians.
See Also