Removes a central body with the specified name from the collection of the central bodies.
[Visual Basic .NET] |
---|
Public Sub Remove( _ ByVal CentralBodyName As String _ ) |
[C#] |
---|
public void Remove( string CentralBodyName ); |
[Managed C++] |
---|
public: void Remove( String __gc ^ CentralBodyName ); |
[Unmanaged C++] |
---|
public: HRESULT Remove( BSTR CentralBodyName ); |
[Java] |
---|
public void remove( String CentralBodyName ); |
[Python - STK API ] |
---|
def Remove(self, CentralBodyName:str) -> None: |
- CentralBodyName
- A central body name.