RemoveCustomData Method

NI Vision for Visual Basic

RemoveCustomData Method

Syntax

CWIMAQVision.RemoveCustomData Image, Key

Return Type

Long

On success, this method returns 0. On failure, this method returns a negative number.

Purpose

Removes all data associated with a keyname from an image.

Remarks

You can use this method with all image types.

Parameters

Image As CWIMAQImage

The image containing the data to remove.

Key As String

The keyname containing the data to remove from the image.