EnumerateCustomKeys Method
Syntax
CWIMAQVision.EnumerateCustomKeys Image, Keys
Return Type
On success, this method returns 0. On failure, this method returns a negative number.
Purpose
Retrieves all keynames from an image.
Remarks
You can use this method with all image types.
Parameters
Image As CWIMAQImage
The image that contains the keynames.
Keys As Variant
The array of keys found in the image. This object is a 1D array of strings.