STK AstrogatorSend comments on this topic.
AddCopyOfEphemeris Method (IAgVACentralBody)
See Also
Ephemeris
Windows





Windows & Linux

Description

Adds the central body ephemeris definition to the central body

Syntax

[Visual Basic .NET]
Public Function AddCopyOfEphemeris( _
    ByVal Ephemeris As IAgVACbEphemeris _
) As IAgVACbEphemeris
[C#]
public IAgVACbEphemeris AddCopyOfEphemeris(
    IAgVACbEphemeris Ephemeris
);
[Managed C++]
public: IAgVACbEphemeris^ AddCopyOfEphemeris(
    IAgVACbEphemeris ^ Ephemeris
);
[Unmanaged C++]
public: HRESULT AddCopyOfEphemeris(
    IAgVACbEphemeris * Ephemeris,
    IAgVACbEphemeris ** ppCbEphemeris
);
[Java]
public IAgVACbEphemeris addCopyOfEphemeris(
    IAgVACbEphemeris Ephemeris
);
[Python - STK API ]
def AddCopyOfEphemeris(self, Ephemeris:"IAgVACbEphemeris") -> "IAgVACbEphemeris":

Parameters

Ephemeris

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.