AGI STK Astrogator 11 Send comments on this topic.
AddCopyOfEphemeris Method (IAgVACentralBody)
See Also 
Ephemeris





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
);

[Java]
public IAgVACbEphemeris addCopyOfEphemeris(
IAgVACbEphemeris Ephemeris
);

[Unmanaged C++]
public: HRESULT AddCopyOfEphemeris(
IAgVACbEphemeris * Ephemeris,
IAgVACbEphemeris ** ReturnValue
);

Parameters

Ephemeris

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1