Click or drag to resize

CcsdsOrbitEphemerisMessageSegmentCreatePoint Method

Creates a Point whose time-varying position is computed by interpolating over the ephemeris data held by this instance.

If the ReferenceFrame or Interpolator is not provided by the user, an attempt will be made to infer those values from the available information in other properties. If that attempt fails, a PropertyInvalidException will be thrown.

Namespace:  AGI.Foundation.Ccsds
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Point CreatePoint()

Return Value

Type: Point
The point.
Exceptions
ExceptionCondition
PropertyInvalidException Thrown when EphemerisData, ReferenceFrame, or Interpolator is .
See Also