CogVisionDataFileCDB Item Property Cognex VisionPro 9.8
Gets the ICogVisionData at the specified index.

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

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

Parameters

index
Type: System Int32
The index of the ICogVisionData to get.

Property Value

Type: ICogVisionData
The ICogVisionData at the specified index.

Implements

ICogVisionDataFileProvider Item Int32 
Exceptions

ExceptionCondition
ObjectDisposedExceptionThis CDB file has been disposed.
ArgumentOutOfRangeExceptionindex is less than 0 or greater than or equal to the number of items in this CDB file.
CogNoFileOpenExceptionNo file has been opened.
See Also