CogStringCollection Item Property (String)Cognex VisionPro 9.10
Gets or sets the item with the specified index or key. In C#, this property is the indexer for the collection.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 79.0.0.0
Syntax

public virtual string this[
	string key
] { get; set; }

Property Value

Type: String
See Also