CWIMAQTwoEdgePolarities Enumeration

NI Vision for Visual Basic

CWIMAQTwoEdgePolarities Enumeration

CWIMAQTwoEdgePolarities are the constants that specify the polarity of the leading and trailing edge in the search process of CWIMAQVision.Caliper2.

You can use the following constants with this data type:

  • cwimaqTwoEdgePolarityFallingFalling—The leading edge has a dark-to-light polarity. The trailing edge has a dark-to-light polarity.
  • cwimaqTwoEdgePolarityFallingRising—The leading edge has a dark-to-light polarity. The trailing edge has a light-to-dark polarity.
  • cwimaqTwoEdgePolarityNone—Polarity is ignored.
  • cwimaqTwoEdgePolarityRisingFalling—The leading edge has a light-to-dark polarity. The trailing edge has a dark-to-light polarity.
  • cwimaqTwoEdgePolarityRisingRising—The leading edge has a light-to-dark polarity. The trailing edge has a light-to-dark polarity.

See Also

CWIMAQCaliperOptions

CWIMAQVision.Caliper2