Append the existing ephemeris with another
individual segment mode run, starting at a specified state.
Ephemeris is cleared from time based on clear direction.
| [Visual Basic .NET] |
|---|
Public Sub AppendRunFromState( _
ByVal AppendState As IAgVAState, _
ByVal ClearEphemerisDirection As AgEVAClearEphemerisDirection _
)
|
| [C#] |
|---|
public void AppendRunFromState(
|
| [Managed C++] |
|---|
public: void AppendRunFromState(
|
| [Java] |
|---|
public appendRunFromState(
|
| [Unmanaged C++] |
|---|
public: HRESULT AppendRunFromState(
|
- AppendState
- ClearEphemerisDirection
-
Member Value Description eVAClearEphemerisBefore -1 Clear ephemeris before selected time or state. eVAClearEphemerisNoClear 0 Do not clear ephemeris. eVAClearEphemerisAfter 1 Clear ephemeris after selected time or state.