Click or drag to resize

StandardTransitionProfileSegmentGetSurfaceMotion 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: 24.1.418.0 (24.1.418.0)
Syntax
public override double GetSurfaceMotion(
	Duration time
)

Parameters

time
Type: AGI.Foundation.TimeDuration
The time elapsed since the beginning of this segment.

Return Value

Type: Double
The arc length along the surface path, in meters.
See Also