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