AGI STK Objects 11Send 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 
[C#]
public IAgPlPosCentralBody SetPositionSourceCentralBody(
    string CentralBody,
    AgEEphemSourceType EphemSource
);
[Managed C++]
public: IAgPlPosCentralBody^ SetPositionSourceCentralBody(
    String __gc ^ CentralBody,
    AgEEphemSourceType EphemSource
);
[Java]
public IAgPlPosCentralBody setPositionSourceCentralBody(
    String CentralBody,
    AgEEphemSourceType EphemSource
);
[Unmanaged C++]
public: HRESULT SetPositionSourceCentralBody(
    BSTR CentralBody,
    AgEEphemSourceType EphemSource,
    IAgPlPosCentralBody ** ppRetVal
);

Parameters

CentralBody
EphemSource

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.