CogImageFilePNG Append Method Cognex VisionPro 9.24
Append image to end of an open file.

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

public virtual void Append(
	ICogImage newImage
)

Implements

ICogImageFileProvider Append(ICogImage)
Events

Event TypeReason
CogImageFileProviderChanged

The new image count is provided in NewValue.

The following state flag may be affected:

    Exceptions

    ExceptionCondition
    ArgumentException

    newImage is NULL.

    CogNoFileOpenException

    No image file is open.

    CogBadFileModeException

    The image file is not opened in a mode that permits writing.

    Remarks

    Appends an image to the end of an image file.

    See Also