CWIMAQCaliperReport

NI Vision for Visual Basic

CWIMAQCaliperReport

CWIMAQCaliperReport is a collection of CWIMAQCaliperReportItem objects that contain the results of the CWIMAQVision.Caliper2 method. It contains one item for each detected edge pair.

Properties

CountNumber of objects in the collection.
Edge1ContrastObsolete—Use CWIMAQCaliperReportItem.Edge1Contrast instead.

Contrast of the first edge.
Edge1PositionObsolete—Use CWIMAQCaliperReportItem.Edge1 instead.

Position of the first edge in the XCoordinates array that you passed into the CWIMAQVision.Caliper function.
Edge2ContrastObsolete—Use CWIMAQCaliperReportItem.Edge2Contrast instead.

Contrast of the second edge.
Edge2PositionObsolete—Use CWIMAQCaliperReportItem.Edge2 instead.

Position of the second edge in the YCoordinates array that you passed into the CWIMAQVision.Caliper function.
ScoreObsolete

Property is currently unused.
SeparationObsolete—Use CWIMAQCaliperReportItem.Separation instead.

Distance, in pixels, between the two edges.

Methods

AddAdds an object to the collection and returns the new object.
ItemReturns the specified object from the collection.
RemoveRemoves the specified item from the collection.
RemoveAllRemoves all objects from the collection.

See Also

CWIMAQVision.Caliper2

CWIMAQCaliperReportItem