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