CogImageFileCDB Item Property Cognex VisionPro 9.7
Gets the item at the specified index. In C#, this property is the indexer for the collection.

Namespace: Cognex.VisionPro.ImageFile
Assembly: Cognex.VisionPro.ImageFile (in Cognex.VisionPro.ImageFile.dll) Version: 73.0.0.0
Syntax

public virtual ICogImage this[
	int index
] { get; }

Property Value

Type: ICogImage

Implements

ICogImageFileProvider Item Int32 
See Also