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