ParametricRouteSegment.GetHeading 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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.Time.Duration
The elapsed time, in seconds, since the start of the segment.
Return Value
Type:
DoubleThe heading at the given time.
See Also