StandardTransitionProfileSegmentGetTotalTime 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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