Creates an IAgOrbitState interface using the
supplied central body.
| [Visual Basic .NET] |
|---|
Public Function NewOrbitStateOnCB( _
ByVal CentralBodyName As String _
) As IAgOrbitState
|
| [C#] |
|---|
public IAgOrbitState NewOrbitStateOnCB(
|
| [Managed C++] |
|---|
public: IAgOrbitState^ NewOrbitStateOnCB(
|
| [Java] |
|---|
public IAgOrbitState newOrbitStateOnCB(
|
| [Unmanaged C++] |
|---|
public: HRESULT NewOrbitStateOnCB(
|
- CentralBodyName