ProfileSegmentGetTotalTime 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.2.419.0 (24.2.419.0)
Syntax public abstract Duration GetTotalTime(
double arcLength
)
Public MustOverride Function GetTotalTime (
arcLength As Double
) As Duration
public:
virtual Duration GetTotalTime(
double arcLength
) abstract
abstract GetTotalTime :
arcLength : float -> Duration
Parameters
- arcLength
- Type: SystemDouble
The arc length to travel, in meters.
Return Value
Type:
DurationThe elapsed time at the specified point along the surface path.
See Also