SegmentResultsAddEphemerisPoint Method |
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 23.2.417.0 (23.2.417.0)
Syntaxpublic 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