Append the existing ephemeris with another
individual segment mode run, starting at a specified time.
Ephemeris is cleared from time based on clear direction.
| [Visual Basic .NET] |
|---|
Public Sub AppendRunFromTime( _
ByVal Epoch As System.Object, _
ByVal ClearEphemerisDirection As AgEVAClearEphemerisDirection _
)
|
| [C#] |
|---|
public void AppendRunFromTime(
|
| [Managed C++] |
|---|
public: void AppendRunFromTime(
|
| [Java] |
|---|
public appendRunFromTime(
|
| [Unmanaged C++] |
|---|
public: HRESULT AppendRunFromTime(
|
- Epoch
- 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.