CcsdsOrbitEphemerisMessageSegmentInterpolator Property |
Gets or sets an interpolator for the ephemeris data.
This value is not provided automatically by ReadFrom(String)
because the interpolation information is optional.
If this is not provided by the user, an attempt will be made to build an interpolator from the
given interpolation method, interpolation order, and ephemeris data. If this attempt fails,
will be returned. The user would then have to build an interpolator manually.
Namespace:
AGI.Foundation.Ccsds
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public TranslationalMotionInterpolator Interpolator { get; set; }
Public Property Interpolator As TranslationalMotionInterpolator
Get
Set
public:
property TranslationalMotionInterpolator^ Interpolator {
TranslationalMotionInterpolator^ get ();
void set (TranslationalMotionInterpolator^ value);
}
member Interpolator : TranslationalMotionInterpolator with get, set
Property Value
Type:
TranslationalMotionInterpolatorSee Also