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( IAgVAState AppendState, AgEVAClearEphemerisDirection ClearEphemerisDirection ); |
[Managed C++] |
---|
public: void AppendRunFromState( IAgVAState ^ AppendState, AgEVAClearEphemerisDirection ClearEphemerisDirection ); |
[Unmanaged C++] |
---|
public: HRESULT AppendRunFromState( IAgVAState * AppendState, AgEVAClearEphemerisDirection ClearEphemerisDirection ); |
[Java] |
---|
public void appendRunFromState( IAgVAState AppendState, AgEVAClearEphemerisDirection ClearEphemerisDirection ); |
[Python - STK API ] |
---|
def AppendRunFromState(self, AppendState:"IAgVAState", ClearEphemerisDirection:"AgEVAClearEphemerisDirection") -> None: |
- AppendState
- ClearEphemerisDirection