Specify the planet using a central body and a desired ephemeris source.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgPlPosCentralBody SetPositionSourceCentralBody( string CentralBody, AgEEphemSourceType EphemSource ); |
| [Managed C++] |
|---|
public: IAgPlPosCentralBody^ SetPositionSourceCentralBody( String __gc ^ CentralBody, AgEEphemSourceType EphemSource ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgPlPosCentralBody setPositionSourceCentralBody( String CentralBody, AgEEphemSourceType EphemSource ); |
[Python - STK API ] |
|---|
def SetPositionSourceCentralBody(self, CentralBody:str, EphemSource:"AgEEphemSourceType") -> "IAgPlPosCentralBody": |
- CentralBody
- EphemSource






