SegmentResultsAddEphemerisPoint Method |
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public void AddEphemerisPoint(
ITimeBasedState state
)
Public Sub AddEphemerisPoint (
state As ITimeBasedState
)
public:
void AddEphemerisPoint(
ITimeBasedState^ state
)
member AddEphemerisPoint :
state : ITimeBasedState -> unit
Parameters
- state
- Type: AGI.Foundation.CoordinatesITimeBasedState
The ITimeBasedState to add to this set of results.
See Also