ParametricRouteSegmentGetHeading Method (Duration, Int32) | 
 
            Get the heading and rates 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 Motion<double> GetHeading(
	Duration time,
	int order
)
Public Function GetHeading ( 
	time As Duration,
	order As Integer
) As Motion(Of Double)
public:
Motion<double> GetHeading(
	Duration time, 
	int order
)
member GetHeading : 
        time : Duration * 
        order : int -> Motion<float> 
Parameters
- time
 - Type: AGI.Foundation.TimeDuration
The elapsed time, in seconds, since the start of the segment. - order
 - Type: SystemInt32
The order of derivatives requested.  Zero denotes heading only. 
Return Value
Type: 
MotionDoubleThe heading and its rates (if available).
See Also