Searches for a central body with a given name. Returns false if the specified element does not exist.
[Visual Basic .NET] |
---|
Public Function Contains( _ ByVal CentralName As String _ ) As Boolean |
[C#] |
---|
public bool Contains( string CentralName ); |
[Managed C++] |
---|
public: bool Contains( String __gc ^ CentralName ); |
[Unmanaged C++] |
---|
public: HRESULT Contains( BSTR CentralName, VARIANT_BOOL * pRetVal ); |
[Java] |
---|
public bool contains( String CentralName ); |
[Python - STK API ] |
---|
def Contains(self, CentralName:str) -> bool: |
- CentralName