CcsdsOrbitEphemerisMessageSegment.InterpolationMethod Property |
Gets or sets the optional interpolation method for the ephemeris data
immediately following the metadata block.
Namespace:
AGI.Foundation.Ccsds
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic CcsdsInterpolationMethod InterpolationMethod { get; set; }
Public Property InterpolationMethod As CcsdsInterpolationMethod
Get
Set
public:
property CcsdsInterpolationMethod InterpolationMethod {
CcsdsInterpolationMethod get ();
void set (CcsdsInterpolationMethod value);
}
member InterpolationMethod : CcsdsInterpolationMethod with get, set
Property Value
Type:
CcsdsInterpolationMethod
See Also