CogTrackingCollection T  Item Property (String)Cognex VisionPro 9.22
Gets the T with the specified Name or ID.

Namespace: Cognex.VisionPro.Implementation
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 87.0.0.0 (87.0.0.0)
Syntax

public T this[
	string key
] { get; }

Parameters

key
Type: System String

Property Value

Type: T
Remarks

Read only because a setting a value at an index would cause the item to imeadiatly re-index itself.
See Also