CcsdsOrbitEphemerisMessageSegmentInterpolationMethod 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: 24.2.419.0 (24.2.419.0)
Syntax public 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:
CcsdsInterpolationMethodSee Also