CogImageFileCDB ReadComment Method Cognex VisionPro 9.5
Read the comment at the given index.

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

public string ReadComment(
	int imageIndex
)

Parameters

imageIndex
Type: System Int32

The index for the image comment to retrieve.

Return Value

Type: String

The image comment.

Exceptions

ExceptionCondition
ArgumentException

The value supplied for imageIndex is out of range

Remarks

Reads the comment at the given image collection index.

See Also