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.2.419.0 (24.2.419.0)
Syntax public IList<JulianDate> SpecialTimes { get; set; }
Public Property SpecialTimes As IList(Of JulianDate)
Get
Set
public:
property IList<JulianDate>^ SpecialTimes {
IList<JulianDate>^ get ();
void set (IList<JulianDate>^ value);
}
member SpecialTimes : IList<JulianDate> with get, set
Property Value
Type:
IListJulianDateSee Also