Sgp4PropagatorCreatePoint Method |
Creates a
Point that represents the motion produced by this propagator.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public override PropagatorPoint CreatePoint()
Public Overrides Function CreatePoint As PropagatorPoint
public:
virtual PropagatorPoint^ CreatePoint() override
abstract CreatePoint : unit -> PropagatorPoint
override CreatePoint : unit -> PropagatorPoint
Return Value
Type:
PropagatorPointThe created point.
See Also