STK ObjectsSend comments on this topic.
SetPositionSourceCentralBody Method (IAgPlCommonTasks)
See Also
CentralBody
EphemSource
Windows





Windows & Linux

Description

Specify the planet using a central body and a desired ephemeris source.

Syntax

[Visual Basic .NET]
Public Function SetPositionSourceCentralBody( _
    ByVal CentralBody As String, _
    ByVal EphemSource As AgEEphemSourceType _
) As IAgPlPosCentralBody
[C#]
public IAgPlPosCentralBody SetPositionSourceCentralBody(
    string CentralBody,
    AgEEphemSourceType EphemSource
);
[Managed C++]
public: IAgPlPosCentralBody^ SetPositionSourceCentralBody(
    String __gc ^ CentralBody,
    AgEEphemSourceType EphemSource
);
[Unmanaged C++]
public: HRESULT SetPositionSourceCentralBody(
    BSTR CentralBody,
    AgEEphemSourceType EphemSource,
    IAgPlPosCentralBody ** ppRetVal
);
[Java]
public IAgPlPosCentralBody setPositionSourceCentralBody(
    String CentralBody,
    AgEEphemSourceType EphemSource
);
[Python - STK API ]
def SetPositionSourceCentralBody(self, CentralBody:str, EphemSource:"AgEEphemSourceType") -> "IAgPlPosCentralBody":

Parameters

CentralBody
EphemSource

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.