Click or drag to resize

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)
Syntax
public double GetHeading(
	Duration time
)

Parameters

time
Type: AGI.Foundation.Time.Duration
The elapsed time, in seconds, since the start of the segment.

Return Value

Type: Double
The heading at the given time.
See Also