ConstantHeightSegmentGetSurfaceMotion Method (Duration) | 
 
            Get the value for the arc length along the surface path, in meters.
            
 
    Namespace: 
   AGI.Foundation.RouteDesign.Advanced
    Assembly:
   AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic override double GetSurfaceMotion(
	Duration time
)
Public Overrides Function GetSurfaceMotion ( 
	time As Duration
) As Double
public:
virtual double GetSurfaceMotion(
	Duration time
) override
abstract GetSurfaceMotion : 
        time : Duration -> float 
override GetSurfaceMotion : 
        time : Duration -> float Parameters
- time
 - Type: AGI.Foundation.TimeDuration
The time elapsed since the beginning of this segment. 
Return Value
Type: 
DoubleThe arc length along the surface path, in meters.
See Also