Checks whether an object with the given name exists.
[Visual Basic .NET] |
---|
Public Function Contains( _ ByVal InstName As String _ ) As Boolean |
[C#] |
---|
public bool Contains( string InstName ); |
[Managed C++] |
---|
public: bool Contains( String __gc ^ InstName ); |
[Java] |
---|
public bool contains( String InstName ); |
[Python - STK API ] |
---|
def Contains(self, InstName:str) -> bool: |
- InstName