Adds a central body to the collection of central bodies. True indicates success.
[Visual Basic .NET] |
---|
Public Function Add( _ ByVal CentralBodyName As String _ ) As Boolean |
[C#] |
---|
public bool Add( string CentralBodyName ); |
[Managed C++] |
---|
public: bool Add( String __gc ^ CentralBodyName ); |
[Unmanaged C++] |
---|
public: HRESULT Add( BSTR CentralBodyName, VARIANT_BOOL * pRetVal ); |
[Java] |
---|
public bool add( String CentralBodyName ); |
[Python - STK API ] |
---|
def Add(self, CentralBodyName:str) -> bool: |
- CentralBodyName
- A central body name.