(ItemByID in COM) Gets the object with the given string ID from the collection.

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

Syntax

C#
T this[
	string id
] { get; }
Visual Basic (Usage)
Dim instance As IMetaCollection
Dim id As String
Dim value As T

value = instance(id)

Parameters

id
Type: System..::.String

See Also