Remove Method
Syntax
Object.Remove Element
Applies To
CWIMAQGeometricPatternMatchReport
CWIMAQNearestNeighborTrainClassScores
Purpose
Removes the specified item from the collection.
Parameters
Element As Variant
Represents either the name of the object or the index of the object in the collection.
Example
' remove third region from viewer CWIMAQViewer1.Regions.Remove 3