RotationalMotionInterpolatorSegmentBoundaryTimes Property |
Gets or sets the boundary times between segments that the interpolator should not interpolate over.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public IList<JulianDate> SegmentBoundaryTimes { get; set; }
Public Property SegmentBoundaryTimes As IList(Of JulianDate)
Get
Set
public:
property IList<JulianDate>^ SegmentBoundaryTimes {
IList<JulianDate>^ get ();
void set (IList<JulianDate>^ value);
}
member SegmentBoundaryTimes : IList<JulianDate> with get, set
Property Value
Type:
IListJulianDateSee Also