Click or drag to resize

ConstantHeightSegmentGetTotalTime Method

Get the time required to travel the specified arc length.

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 Duration GetTotalTime(
	double arcLength
)

Parameters

arcLength
Type: SystemDouble
The arc length to travel, in meters.

Return Value

Type: Duration
The elapsed time at the specified point along the surface path.
See Also