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






