Click or drag to resize

PropagatedRouteSegments Property

Gets the list of parametric segments defining the geometry of the individual pieces of the route, which together form the overall trajectory. In general, these segments are only needed for diagnostic purposes. The position can be obtained by using CreatePointFromRoute. The surface geometry can be obtained by using CreateSurfaceCurve. Lastly, scalars are available to interpolate Heading, Height, Surface Speed, and Total Speed. So, these segments should only be used if information regarding the geometry at a specific procedure is required.

Namespace:  AGI.Foundation.RouteDesign
Assembly:  AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public IList<ParametricRouteSegment> Segments { get; }

Property Value

Type: IListParametricRouteSegment
See Also