CWIMAQEdgePolaritySearchModes Enumeration

NI Vision for Visual Basic

CWIMAQEdgePolaritySearchModes Enumeration

CWIMAQEdgePolaritySearchModes specifies the polarity of the edges to be found.

You can use the following constants with this data type:

  • cwimaqSearchForAllEdges—Search for all edges.
  • cwimaqSearchForFallingEdges—Search for falling edges.
  • cwimaqSearchForRisingEdges—Search for rising edges.

See Also

CWIMAQVision.FindEdges3