ConfigurableConnectionGetHeading 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: 24.2.419.0 (24.2.419.0)
Syntax public abstract double GetHeading(
double s
)
Public MustOverride Function GetHeading (
s As Double
) As Double
public:
virtual double GetHeading(
double s
) abstract
abstract 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