AGI STK Astrogator 11 Send comments on this topic.
AppendRunFromState Method (IAgVADriverMCS)
See Also 
AppendState
ClearEphemerisDirection





Description

Append the existing ephemeris with another individual segment mode run, starting at a specified state. Ephemeris is cleared from time based on clear direction.

Syntax

[Visual Basic .NET]
Public Sub AppendRunFromState( _
   ByVal AppendState As IAgVAState, _
   ByVal ClearEphemerisDirection As AgEVAClearEphemerisDirection _
) 

[Managed C++]
public: void AppendRunFromState(
IAgVAState ^ AppendState,
AgEVAClearEphemerisDirection ClearEphemerisDirection
);

[Unmanaged C++]
public: HRESULT AppendRunFromState(
IAgVAState * AppendState,
AgEVAClearEphemerisDirection ClearEphemerisDirection
);

Parameters

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.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1