AGI STK Astrogator 11 Send comments on this topic.
EphemSource Property (IAgVAThirdBodyFunction)
See Also 





Description

Source for the third body's ephemeris

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property EphemSource() As AgEVAEphemSource

[C#]
public AgEVAEphemSource EphemSource {get; set;}

[Managed C++]
public: __property AgEVAEphemSource get_EphemSource();
public: __property void set_EphemSource(
AgEVAEphemSource
);

[Unmanaged C++]
public: HRESULT get_EphemSource(
AgEVAEphemSource * pRetVal
);
public: HRESULT put_EphemSource(
AgEVAEphemSource NewEphemSource
);

[Java]
public AgEVAEphemSource getEphemSource();public void setEphemSource(
AgEVAEphemSource
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1