Takes a string ID and returns if the object with that ID exists in the collection.
Namespace:
proCube.ApiAssembly: proCubeApi (in proCubeApi.dll) Version: 8.0.1.325
Syntax
| C# |
|---|
bool Contains( string id ) |
| Visual Basic (Usage) |
|---|
Dim instance As IMetaCollection Dim id As String Dim returnValue As Boolean returnValue = instance.Contains(id) |
Parameters
- id
- Type: System..::.String