STK AstrogatorSend comments on this topic.
AppendRunFromState Method (IAgVADriverMCS)
See Also
AppendState
ClearEphemerisDirection
Windows





Windows & Linux

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
);
[Python - STK API ]
def AppendRunFromState(self, AppendState:"IAgVAState", ClearEphemerisDirection:"AgEVAClearEphemerisDirection") -> None:

Parameters

AppendState
ClearEphemerisDirection

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.