CompositeProfileSegmentGetTotalTime 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 override Duration GetTotalTime(
double arcLength
)
Public Overrides Function GetTotalTime (
arcLength As Double
) As Duration
public:
virtual Duration GetTotalTime(
double arcLength
) override
abstract GetTotalTime :
arcLength : float -> Duration
override 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