STK AstrogatorSend comments on this topic.
EphemSource Property (IAgVAThirdBodyFunction)
See Also
Windows





Windows & Linux

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 * pVal
);
public: HRESULT put_EphemSource(
    AgEVAEphemSource InVal
);
[Java]
public AgEVAEphemSource getEphemSource();
public void setEphemSource(
    AgEVAEphemSource
);
[Python - STK API ]
@property
def EphemSource(self) -> "AgEVAEphemSource":

@EphemSource.setter
def EphemSource(self, InVal:"AgEVAEphemSource") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.