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)
Syntaxpublic virtual double GetSurfaceMotion(
Duration time
)
Public Overridable Function GetSurfaceMotion (
time As Duration
) As Double
public:
virtual double GetSurfaceMotion(
Duration time
)
abstract GetSurfaceMotion :
time : Duration -> float
override GetSurfaceMotion :
time : Duration -> float
Parameters
- time
- Type: AGI.Foundation.Time.Duration
The time elapsed since the beginning of this segment.
Return Value
Type:
DoubleThe arc length along the surface path, in meters.
See Also