Checks whether a currently loaded scenario contains an object with the given path.
[Visual Basic .NET] |
---|
Public Function ObjectExists( _ ByVal ObjectPath As String _ ) As Boolean |
[C#] |
---|
public bool ObjectExists( string ObjectPath ); |
[Managed C++] |
---|
public: bool ObjectExists( String __gc ^ ObjectPath ); |
[Unmanaged C++] |
---|
public: HRESULT ObjectExists( BSTR ObjectPath, VARIANT_BOOL * pRetVal ); |
[Java] |
---|
public bool objectExists( String ObjectPath ); |
[Python - STK API ] |
---|
def ObjectExists(self, ObjectPath:str) -> bool: |
- ObjectPath