Given the string ID of an item, returns the object and the index in the collection.

Namespace:  proCube.Api
Assembly:  proCubeApi (in proCubeApi.dll) Version: 8.0.1.325

Syntax

C#
T ItemEx(
	string id,
	out int idx
)
Visual Basic (Usage)
Dim instance As IMetaCollection
Dim id As String
Dim idx As Integer
Dim returnValue As T

returnValue = instance.ItemEx(id, idx)

Parameters

id
Type: System..::.String
idx
Type: System..::.Int32 %

See Also