Add Method

NI Vision for Visual Basic

Add Method

Syntax

CWIMAQImages.Add [ImageCount = 1]

Return Type

CWIMAQImage

The first CWIMAQImage object added to the collection.

Purpose

Creates and appends CWIMAQImage objects to the collection.

Remarks

Use this method to add images to the collection of images that the CWIMAQ control acquires.

Parameters

ImageCount As Variant

[Optional] The number of images that you want to add to the collection.

This parameter has a default value of 1.

See Also

CWIMAQImage