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