Attempts to get the object with the string ID passed in. Returns false if object is not in the collection.

Namespace:  proCube.Api
Assembly:  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)

Parameters

id
Type: System..::.String
t
Type: T %

See Also