Click or drag to resize

AxesFromBankAngleSpecialTimes Property

Gets or sets the list of special times of interest at which to transition from one bank angle to the next. These axes will consider each of the times to determine if there is a discontinuity and then attempt to create a smooth transition from the previous bank angle to the next using the specified TargetRollRate.

Namespace:  AGI.Foundation.Geometry
Assembly:  AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public IList<JulianDate> SpecialTimes { get; set; }

Property Value

Type: IListJulianDate
See Also