Checks whether the collection contains an object with the given type and name.
[Visual Basic .NET] |
---|
Public Function Contains( _ ByVal EClassType As AgESTKObjectType, _ ByVal InstName As String _ ) As Boolean |
[C#] |
---|
public bool Contains( AgESTKObjectType EClassType, string InstName ); |
[Managed C++] |
---|
public: bool Contains( AgESTKObjectType EClassType, String __gc ^ InstName ); |
[Unmanaged C++] |
---|
public: HRESULT Contains( AgESTKObjectType EClassType, BSTR InstName, VARIANT_BOOL * pRetVal ); |
[Java] |
---|
public bool contains( AgESTKObjectType EClassType, String InstName ); |
[Python - STK API ] |
---|
def Contains(self, EClassType:"AgESTKObjectType", InstName:str) -> bool: |
- EClassType
- InstName