Item Method
Syntax
Object.Item Item
Return Type
The object specified.
Applies To
CWIMAQGeometricPatternMatchReport
CWIMAQNearestNeighborTrainClassScores
Purpose
Returns the specified object from the collection.
Parameters
Item As Variant
The index of the object in the collection. The index is one-based.
Example
' Assign object in collection to variable Dim Image1 As CWIMAQImage Set Image1 = CWIMAQ1.Images.Item(1) ' call property or method on object in collection CWIMAQ1.Images.Item(1).BorderWidth = 2