Attempts to get the object with the string ID passed in. Returns false if object is not in the collection.
Namespace:
proCube.ApiAssembly: proCubeApi (in proCubeApi.dll) Version: 8.0.1.325
Syntax
| C# |
|---|
bool TryGetValue( string id, out T t ) |
| Visual Basic (Usage) |
|---|
Dim instance As IMetaCollection Dim id As String Dim t As T Dim returnValue As Boolean returnValue = instance.TryGetValue(id, _ t) |