ParametricRouteSegmentGetHeading Method (Duration) |
Get the heading at a given time since the start of the segment.
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 GetHeading(
Duration time
)
Public Function GetHeading (
time As Duration
) As Double
public:
double GetHeading(
Duration time
)
member GetHeading :
time : Duration -> float
Parameters
- time
- Type: AGI.Foundation.TimeDuration
The elapsed time, in seconds, since the start of the segment.
Return Value
Type:
DoubleThe heading at the given time.
See Also