STK AstrogatorSend comments on this topic.
AppendRunFromTime Method (IAgVADriverMCS)
See Also
epoch
ClearEphemerisDirection
Windows





Windows & Linux

Description

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

Syntax

[Visual Basic .NET]
Public Sub AppendRunFromTime( _
    ByVal epoch As System.Object, _
    ByVal ClearEphemerisDirection As AgEVAClearEphemerisDirection _
)
[C#]
public void AppendRunFromTime(
    System.Object epoch,
    AgEVAClearEphemerisDirection ClearEphemerisDirection
);
[Managed C++]
public: void AppendRunFromTime(
    VARIANT epoch,
    AgEVAClearEphemerisDirection ClearEphemerisDirection
);
[Unmanaged C++]
public: HRESULT AppendRunFromTime(
    VARIANT epoch,
    AgEVAClearEphemerisDirection ClearEphemerisDirection
);
[Java]
public void appendRunFromTime(
    AgVariant epoch,
    AgEVAClearEphemerisDirection ClearEphemerisDirection
);
[Python - STK API ]
def AppendRunFromTime(self, epoch:typing.Any, ClearEphemerisDirection:"AgEVAClearEphemerisDirection") -> None:

Parameters

epoch
ClearEphemerisDirection

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.