Click or drag to resize

StkEphemerisFileConfigureFromPointInterpolator Method

Configures the instance to represent the ephemeris and interpolation stored in a PointInterpolator. The Data property is replaced with a new instance of StkEphemerisFileEphemerisTimePos, StkEphemerisFileEphemerisTimePosVel, or StkEphemerisFileEphemerisTimePosVelAcc (depending on the number of derivatives available from the PointInterpolator) and any existing information stored in that instance is lost. The Properties are not modified, but values pulled from PointInterpolator will take precedence over values in the Properties collection when writing this instance using WriteTo(TextWriter).

Namespace:  AGI.Foundation.Stk
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public void ConfigureFromPointInterpolator(
	PointInterpolator pointInterpolator
)

Parameters

pointInterpolator
Type: AGI.Foundation.GeometryPointInterpolator
The PointInterpolator with which to configure this instance. The point's Interpolator and ReferenceFrame properties, as well as the interpolator's Data property, must not be .
Exceptions
ExceptionCondition
ArgumentNullException Thrown when pointInterpolator is .
See Also