Click or drag to resize

PropagatedRouteGetSpecialTimes Method

Gets a list of times of special interest along the route, such as the beginning or end of a turn or other points where the geometry changes.

Namespace:  AGI.Foundation.RouteDesign
Assembly:  AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public List<JulianDate> GetSpecialTimes()

Return Value

Type: ListJulianDate
A list of times representing special points of interest along the route, such as discontinuities in the acceleration or transitions from one kind of geometry to another.
See Also