StkEphemerisFileEphemerisTimePosCreatePoint Method |
Creates a
Point whose time-varying position is computed by interpolating
over the ephemeris data held by this instance.
Namespace:
AGI.Foundation.Stk
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public override Point CreatePoint()
Public Overrides Function CreatePoint As Point
public:
virtual Point^ CreatePoint() override
abstract CreatePoint : unit -> Point
override CreatePoint : unit -> Point
Return Value
Type:
PointThe point.
See Also