Click or drag to resize

ProfileSegment.GetSurfaceMotion 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)
Syntax
public virtual double GetSurfaceMotion(
	Duration time
)

Parameters

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

Return Value

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