CWIMAQLineGaugeMeasurements Enumeration

NI Vision for Visual Basic

CWIMAQLineGaugeMeasurements Enumeration

CWIMAQLineGaugeMeasurements are the constants that specify the type of measurement you want to the CWIMAQVision.LineGauge2 method to perform.

You can use the following constants with this data type:

  • cwimaqLineGaugeEdgeToEdge—Edge to edge. Measures the distance between the first and last edge locations along a line in the image.
  • cwimaqLineGaugeEdgeToPoint—Edge to point. Measures the distance between the first edge in the image and the end point of a line.
  • cwimaqLineGaugePointToEdge—Point to edge. Measures the distance between the start point of the line and the first edge along the line of the image.
  • cwimaqLineGaugePointToPoint—Point to point. Measures the distance between two points in the image.

See Also

CWIMAQVision.LineGauge2