Creates an IAgOrbitState interface using the supplied central body.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgOrbitState NewOrbitStateOnCB( string CentralBodyName ); |
| [Managed C++] |
|---|
public: IAgOrbitState^ NewOrbitStateOnCB( String __gc ^ CentralBodyName ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgOrbitState newOrbitStateOnCB( String CentralBodyName ); |
[Python - STK API ] |
|---|
def NewOrbitStateOnCB(self, CentralBodyName:str) -> "IAgOrbitState": |
- CentralBodyName






